libgit2/tests/submodule
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
..
add.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
init.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
lookup.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
modify.c Introduce a convenience function for submodule update 2014-12-22 16:37:35 -05:00
nosubs.c Remove most submodule reloads from tests 2014-04-01 13:24:06 -07:00
repository_init.c submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
status.c iterator: submodules are determined by an index or tree 2014-11-07 08:33:27 +01:00
submodule_helpers.c submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
submodule_helpers.h submodule init should resolve relative url paths 2014-12-22 16:35:45 -05:00
update.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00