I've fixed his series according to Jeff' and Junio's comments.
Larry D'Anna (3):
fix an error message in git-push so it goes to stderr
clean up some of the output from git push --porcelain
make git push --dry-run --porcelain exit with status 0 even if
updates will be rejected
builtin-push.c | 8 ++++----
builtin-send-pack.c | 4 ++++
send-pack.h | 1 +
transport.c | 11 +++++++----
4 files changed, 16 insertions(+), 8 deletions(-)