author | Steffen Prohaska <prohaska@zib.de> | |
Sun, 11 Nov 2007 14:01:44 +0000 (15:01 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 11 Nov 2007 22:37:03 +0000 (14:37 -0800) | ||
commit | 1b2486d73789aaed0671e8d5cc60f5624d8e7ce5 | |
tree | ecefe0df944d707a9da3e685dd2356f2cbe78781 | tree | snapshot |
parent | 05ee917a6eaa2a32e49221537e4632621d49b076 | commit | diff |
push: teach push to pass --verbose option to transport layer
A --verbose option to push should also be passed to the
transport layer, i.e. git-send-pack, git-http-push.
git push is modified to do so.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
A --verbose option to push should also be passed to the
transport layer, i.e. git-send-pack, git-http-push.
git push is modified to do so.
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-push.c | diff | blob | history | |
transport.c | diff | blob | history | |
transport.h | diff | blob | history |