]> git.ipfire.org Git - thirdparty/git.git/commit - http-push.c
Support 'push --dry-run' for http transport
authorShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 04:35:22 +0000 (00:35 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 16 Oct 2007 04:36:35 +0000 (00:36 -0400)
commitfe5d1d3eb42e6cf3dca93b2277be9464b026fcf2
treeb5d134260150fc4e7fad0d47df4f7793aeee167b
parentee020f3598f0dc86a939fb8597845594bf664898
Support 'push --dry-run' for http transport

If the end-user requested a dry-run push we need to pass that flag
over to http-push and additionally make sure it does not actually
upload any changes to the remote server.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Documentation/git-http-push.txt
http-push.c
transport.c