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>
This commit is contained in:
Stephan Beyer
2008-07-23 18:46:36 +02:00
committed by Junio C Hamano
parent a8ccc204c5
commit c8fe1980b2
2 changed files with 2 additions and 2 deletions

View File

@ -456,7 +456,7 @@ do
stop_here $this
fi
printf 'Applying %s\n' "$FIRSTLINE"
printf 'Applying: %s\n' "$FIRSTLINE"
case "$resolved" in
'')