]> git.proxmox.com Git - libgit2.git/commit
remote: remove git_push from the public API
authorCarlos Martín Nieto <cmn@dwim.me>
Tue, 16 Dec 2014 07:57:05 +0000 (08:57 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Tue, 30 Dec 2014 17:02:50 +0000 (17:02 +0000)
commitfe794b2ea7fa2b59c2394eb874c4be99c115c693
treeb8e6bb148cf6a911366f86d21c87ace163046244
parent4eb97ef3bf18403fbce351ae4cac673655d2886a
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.
CHANGELOG.md
include/git2/push.h
include/git2/remote.h
src/push.h
src/remote.c
src/remote.h
tests/network/remote/local.c
tests/network/remote/remotes.c
tests/online/push.c