Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
WIP: Rebase Refactoring #1510
WIP: Rebase Refactoring #1510
Conversation
Xunit 2.3 now considers it an error to pass a integer type when a enum was expected.
Introduce a Rebase class that maps to the rebase object in libgit2 more directly.
|
Hi there I would like to know re: this refactoring - what is the reason/purpose for it? rgds Ben |
|
Ideally users would be able to do a rebase completely in memory, without touching the working directory, and with custom ODB, etc backends. This is well supported by libgit2 but LibGit2Sharp makes various assumptions and these configurations are difficult or impossible. |
|
ok chrs. appreciate the comment. |
Goals:
Rebaseinto the commands that we've started.