libgit2/tests/merge/workdir
Carlos Martín Nieto 659cf2029f Remove the signature from ref-modifying functions
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-03-03 14:40:50 +01:00
..
analysis.c s/git_merge_head/git_annotated_commit 2014-10-26 22:59:48 -04:00
dirty.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
renames.c Remove git_merge_result as it's now unnecessary 2014-03-20 09:25:09 -07:00
setup.c merge: lock the index at the start of the merge 2015-02-14 09:25:35 -05:00
simple.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
submodules.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
trivial.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00