git-am: Add colon before the subject that is printed out as being applied
commitc8fe1980b2b8e5c61f05a59d3bf9dedd5afa8faa
authorStephan Beyer <s-beyer@gmx.net>
Wed, 23 Jul 2008 16:46:36 +0000 (23 18:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2008 19:31:37 +0000 (23 12:31 -0700)
tree23abd75d30d06526abbd6ba9f01da735c363f3f1
parenta8ccc204c5daf4dae4071907499055d2dc9995db
git-am: Add colon before the subject that is printed out as being applied

git-am output can be confusing, because the subject of the applied
patch can look like the rest of a sentence starting with "Applying".
The added colon should make this clearer.

Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
t/t4151-am-abort.sh