[PATCH 0/3] ld/push-porcelain
From: Larry D'Anna <hidden>
Date: 2016-06-15 22:48:21
Changes since last version:
* removed git-push: squelch advice message if in --porcelain mode
* chaned "error message" to "advice message" in commit subject
Larry D'Anna (3):
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 --dry-run --porcelain exit with status 0 even
if updates will be rejected
builtin-push.c | 6 +++---
builtin-send-pack.c | 4 ++++
send-pack.h | 1 +
transport.c | 6 ++++--
4 files changed, 12 insertions(+), 5 deletions(-)