libgit2/tests/index
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
..
addall.c Staticize file-local variables 2014-02-24 05:32:05 -08:00
cache.c Clean up some memory leaks 2014-10-26 22:27:44 -04:00
collision.c More index collision tests 2014-01-29 13:15:53 -08:00
conflicts.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
crlf.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
filemodes.c Plug a leak in the tests 2014-06-03 16:18:08 +02:00
inmemory.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
names.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
read_tree.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
rename.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
reuc.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
stage.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
tests.c git_indexwriter: lock then write the index 2015-02-14 09:25:35 -05:00