git-push: add tests for git push --porcelain
commitfbe4f447ec60ffa760cfb586708ddbddee789733
authorLarry D'Anna <larry@elder-gods.org>
Sat, 27 Feb 2010 04:52:16 +0000 (26 23:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Feb 2010 18:39:31 +0000 (28 10:39 -0800)
tree9b7cbcd3a0bbc8181c92e0735218dc39d6ecbbd5
parent77555854be6e7fbce07c9ded30ea859b54699be0
git-push: add tests for git push --porcelain

Verify that the output format is correct for successful, rejected, and
flagrantly erroneous pushes.

Signed-off-by: Larry D'Anna <larry@elder-gods.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5516-fetch-push.sh