aboutsummaryrefslogtreecommitdiff
path: root/git-am.sh
diff options
context:
space:
mode:
authorStephan Beyer <s-beyer@gmx.net>2008-07-23 18:46:36 +0200
committerJunio C Hamano <gitster@pobox.com>2008-07-23 12:31:37 -0700
commitc8fe1980b2b8e5c61f05a59d3bf9dedd5afa8faa (patch)
tree23abd75d30d06526abbd6ba9f01da735c363f3f1 /git-am.sh
parenta8ccc204c5daf4dae4071907499055d2dc9995db (diff)
downloadgit-c8fe1980b2b8e5c61f05a59d3bf9dedd5afa8faa.tar.gz
git-c8fe1980b2b8e5c61f05a59d3bf9dedd5afa8faa.tar.xz
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>
Diffstat (limited to 'git-am.sh')
-rwxr-xr-xgit-am.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-am.sh b/git-am.sh
index 7864b5f58..f4abd9db1 100755
--- a/git-am.sh
+++ b/git-am.sh
@@ -456,7 +456,7 @@ do
stop_here $this
fi
- printf 'Applying %s\n' "$FIRSTLINE"
+ printf 'Applying: %s\n' "$FIRSTLINE"
case "$resolved" in
'')