libgit2/tests/online
Carlos Martín Nieto 058b753ceb remote: move the transport ctor to the callbacks
Instead of having it set in a different place from every other callback,
put it the main structure. This removes some state from the remote and
makes it behave more like clone, where the constructors are passed via
the options.
2015-05-13 09:46:36 +02:00
..
clone.c remote: move the transport ctor to the callbacks 2015-05-13 09:46:36 +02:00
fetch.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
fetchhead.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
push_util.c push: move main test function to git_remote_push() 2014-11-09 00:01:58 +01:00
push_util.h remote: move the transport ctor to the callbacks 2015-05-13 09:46:36 +02:00
push.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
remotes.c Fix for Issue #3023 tests fail with no network 2015-04-21 20:02:24 -04:00