[PATCH 0/4] ld/push-porcelain
From: Larry D'Anna <hidden>
Date: 2016-06-15 22:48:21
Changes since last version:
* instead of messing with the exit status git push --porcelain will now print
"Done" if nothing untowrd happned (ie all the error messages are in the ref
status lines)
* added tests for git push --porcelain
Larry D'Anna (4):
git-push: fix an advice message so it goes to stderr
git-push: send "To <remoteurl>" messages to the standard output in
--porcelain mode
git-push: make git push --porcelain print "Done"
git-push: add tests for git push --porcelain
builtin-push.c | 6 +++---
builtin-send-pack.c | 4 ++++
send-pack.h | 1 +
t/t5516-fetch-push.sh | 35 +++++++++++++++++++++++++++++++++++
transport.c | 17 +++++++++++------
5 files changed, 54 insertions(+), 9 deletions(-)