libgit2/tests/submodule
Patrick Steinhardt e6903ea278 Fix git_submodule_sync writing URL to wrong key.
Currently git_submodule_sync writes the submodule's URL to the
key 'branch.<REMOTE_NAME>.remote' while the reference
implementation of `git submodule sync` writes to
'remote.<REMOTE_NAME>.url', which is the intended behavior
according to git-submodule(1).
2015-03-12 16:05:07 +01:00
..
add.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
init.c config: borrow refcounted references 2015-03-03 18:35:12 +01:00
lookup.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
modify.c Fix git_submodule_sync writing URL to wrong key. 2015-03-12 16:05:07 +01:00
nosubs.c Remove most submodule reloads from tests 2014-04-01 13:24:06 -07:00
repository_init.c config: borrow refcounted references 2015-03-03 18:35:12 +01: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 repository: remove log message override for switching the active branch 2015-03-03 14:40:50 +01:00