libgit2/tests/clone
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
..
empty.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
local.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
nonetwork.c Remove the callbacks struct from the remote 2015-05-13 09:46:35 +02:00
transport.c remote: move the transport ctor to the callbacks 2015-05-13 09:46:36 +02:00