libgit2/tests/online
Carlos Martín Nieto fe794b2ea7 remote: remove git_push from the public API
Instead we provide git_remote_upload() and git_remote_update_tips() in
order to have a parallel API for fetching and pushing.
2014-12-30 17:02:50 +00:00
..
clone.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +01:00
fetch.c fetch: clear the connection data on close 2014-11-19 20:57:15 +01:00
fetchhead.c remote: rename _load() to _lookup() 2014-11-08 13:28:27 +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: move main test function to git_remote_push() 2014-11-09 00:01:58 +01:00
push.c remote: remove git_push from the public API 2014-12-30 17:02:50 +00:00