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 (Collapse)Author
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
We want to use the "checkout: moving from ..." message in order to let git know when a change of branch has happened. Make the convenience functions for this goal write this message.
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
The signature for the reflog is not something which changes dynamically. Almost all uses will be NULL, since we want for the repository's default identity to be used, making it noise. In order to allow for changing the identity, we instead provide git_repository_set_ident() and git_repository_ident() which allow a user to override the choice of signature.
2015-02-27checkout tests: just use SAFE where appropriateEdward Thomson
2015-02-27checkout: remove `GIT_CHECKOUT_SAFE_CREATE` as a strategyEdward Thomson
2014-03-06git_checkout_opts -> git_checkout_optionsBen Straub
2014-01-31Add reflog params to set-head callsBen Straub
2013-11-15Rename tests-clar to testsBen Straub