From: Junio C Hamano Date: Wed, 11 Oct 2006 06:00:29 +0000 (-0700) Subject: git-pull: we say commit X, not X commit. X-Git-Tag: v1.4.3-rc3~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a057f806674f691f1640d33df14de8de8a3d4c87;p=git.git git-pull: we say commit X, not X commit. Signed-off-by: Junio C Hamano --- diff --git a/git-pull.sh b/git-pull.sh index f38043799..ed04e7d8d 100755 --- a/git-pull.sh +++ b/git-pull.sh @@ -58,7 +58,7 @@ then echo >&2 "Warning: fetch updated the current branch head." echo >&2 "Warning: fast forwarding your working tree from" - echo >&2 "Warning: $orig_head commit." + echo >&2 "Warning: commit $orig_head." git-update-index --refresh 2>/dev/null git-read-tree -u -m "$orig_head" "$curr_head" || die 'Cannot fast-forward your working tree.