libgit2/tests/submodule
Carlos Martín Nieto 8f0104ecc5 Remove the callbacks struct from the remote
Having the setting be different from calling its actions was not a great
idea and made for the sake of the wrong convenience.

Instead of that, accept either fetch options, push options or the
callbacks when dealing with the remote. The fetch options are currently
only the callbacks, but more options will be moved from setters and
getters on the remote to the options.

This does mean passing the same struct along the different functions but
the typical use-case will only call git_remote_fetch() or
git_remote_push() and so won't notice much difference.
2015-05-13 09:46:35 +02: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 Implement git_submodule_set_branch. 2015-04-12 10:51:08 +02: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 Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00