From: Christian Couder Date: Tue, 13 Jul 2010 23:28:15 +0000 (+0200) Subject: revert: improve success message by adding abbreviated commit sha1 X-Git-Tag: v1.7.3-rc0~26^2~6 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f29b5e06b3bdbe3c66a01db8ee67e3c87ae55705?ds=sidebyside;hp=f29b5e06b3bdbe3c66a01db8ee67e3c87ae55705 revert: improve success message by adding abbreviated commit sha1 Instead of saying "Finished one cherry-pick." or "Finished one revert.", we now say "Finished cherry-pick of commit ." or "Finished revert of commit ." which is more informative, especially when cherry-picking or reverting many commits. In case of failure the message is now "Automatic cherry-pick of commit failed." instead of "Automatic cherry-pick failed." Signed-off-by: Christian Couder Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---