Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-10Merge pull request #3623 from ethomson/rebase_with_commitCarlos Martín Nieto
2016-02-29rebase: additional tests for completing a rebaseEdward Thomson
2016-02-17rebase: additional setup tests of exotic behaviorEdward Thomson
2016-02-15rebase: persist a single in-memory indexEdward Thomson
2016-02-11rebase: allow custom merge_optionsEdward Thomson
2016-02-11rebase: introduce inmemory rebasingEdward Thomson
2015-04-30Fixed unused warning in tests/rebase/merge.cTomas Paladin Volf
2015-04-21rebase: include checkout opts within rebase optsEdward Thomson
2015-04-20rebase: test checkout options for rebaseEdward Thomson
2015-04-20rebase: init and open take a rebase_optionsEdward Thomson
2015-04-20rebase: take `checkout_options` where appropriateEdward Thomson
2015-04-20rebase: block rebase_commit with unstaged changesEdward Thomson
2015-04-20rebase: commit should return GIT_EUNMERGEDEdward Thomson
2015-04-20rebase: identify a rebase that has not startedEdward Thomson
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-02-13rebase: allow `NULL` branch to indicate `HEAD`Edward Thomson
2015-02-13rebase: provide NULL `exec` on non-EXEC operationsEdward Thomson
2014-12-07Fix broken merge tests due to autocrlf was not falseLinquize
2014-12-06notes: move the notes name argumentCarlos Martín Nieto
2014-10-27s/git_merge_head/git_annotated_commitEdward Thomson
2014-10-27rebase: clean up some warnings and memory leaksEdward Thomson
2014-10-27git_rebase: iterators for operationsEdward Thomson
2014-10-27rebase: preload all operationsEdward Thomson
2014-10-27rebase: init/open a git_rebase objectEdward Thomson
2014-10-27git_rebase_next: provide info about the operationEdward Thomson
2014-10-27git_rebase_finish: rewrite notes when finishing rebaseEdward Thomson
2014-10-27git_rebase_commit: write HEAD's reflog appropriatelyEdward Thomson
2014-10-27Introduce git_rebase_finish to complete a rebaseEdward Thomson
2014-10-27git_rebase_next: test that we return GIT_ITEROVEREdward Thomson
2014-10-27git_rebase_commit: drop already-picked commitsEdward Thomson
2014-10-27Introduce git_rebase_commitEdward Thomson
2014-10-27git_rebase_next: write conflicts nicely during rebaseEdward Thomson
2014-10-27Introduce git_rebase_nextEdward Thomson
2014-10-27Introduce git_rebase_abortEdward Thomson
2014-10-27Introduce git_rebase to set up a rebase sessionEdward Thomson