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(-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html