libgit2/tests/online
Carlos Martín Nieto efc2fec50e push: report the update plan to the caller
It can be useful for the caller to know which update commands will be
sent to the server before the packfile is pushed up. git does this via
the pre-push hook.

We don't have hooks, but as it adds introspection into what is
happening, we can add a callback which performs the same function.
2015-04-19 01:02:29 +02:00
..
clone.c Add failing test for cert callback with non-ecrypted stream 2015-03-16 19:39:05 +01:00
fetch.c Put back the number of expected references to 6 from the test repo 2015-03-13 17:52:07 +01:00
fetchhead.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00
push_util.c push: move main test function to git_remote_push() 2014-11-09 00:01:58 +01:00
push_util.h push: report the update plan to the caller 2015-04-19 01:02:29 +02:00
push.c push: remove reflog message override 2015-03-03 14:40:50 +01:00