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-11-25merge: rename `git_merge_tree_flags_t` -> `git_merge_flags_t`Edward Thomson
2015-03-16Renamed git_merge_options 'flags' to 'tree_flags'Jacques Germishuys
2015-03-03reset: remove reflog message overrideCarlos Martín Nieto
This function is meant to simulate what git does in the reset command, so we should include the reflog message in that.
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.
2014-10-10Fix test buildCarlos Martín Nieto
Some PRs have fallen out of sync with the changes in signatures, so we need to take a few extra parameters into account.
2014-10-10Merge pull request #2499 from csware/hard-reset-checkout-callbacksCarlos Martín Nieto
Allow to propagate checkout callbacks to git HARD reset
2014-09-13Added test case to illustrate bogus conflicts detected if no files were ↵Jacques Germishuys
merged, and untracked files exist in the workdir.
2014-08-03Allow to propagate checkout callbacks to git HARD resetSven Strickroth
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2014-07-22git_cherry_pick -> git_cherrypickEdward Thomson
2014-04-14Added cherry pick testsJacques Germishuys