From: Petr Baudis Date: Wed, 14 Dec 2005 00:45:40 +0000 (+0100) Subject: Make git-send-pack exit with error when some refs couldn't be pushed out X-Git-Tag: v0.99.9n^2~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ed24928e122bad83e62d161087f806fa21c46a59?ds=sidebyside;hp=ed24928e122bad83e62d161087f806fa21c46a59 Make git-send-pack exit with error when some refs couldn't be pushed out In case some refs couldn't be pushed out due to an error (mostly the not-a-proper-subset error), make git-send-pack exit with non-zero status after the push is over (that is, it still tries to push out the rest of the refs). [jc: I adjusted a test for this change.] Signed-off-by: Petr Baudis Signed-off-by: Junio C Hamano ---