libgit2/tests/online
Carlos Martín Nieto 3149547b5a remote: introduce git_remote_push()
This function, similar in style to git_remote_fetch(), performs all the
steps required for a push, with a similar interface.

The remote callbacks struct has learnt about the push callbacks, letting
us set the callbacks a single time instead of setting some in the remote
and some in the push operation.
2014-11-09 00:01:58 +01:00
..
clone.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
fetch.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
fetchhead.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
push_util.c oid: Export git_oid_tostr_s instead of _allocfmt 2014-08-18 12:41:06 +02:00
push_util.h remote: introduce git_remote_push() 2014-11-09 00:01:58 +01:00
push.c remote: allow overriding the refspecs for download and fetch 2014-09-30 15:42:32 +02:00