Skip to content

Commit a057f80

Browse files
author
Junio C Hamano
committed
git-pull: we say commit X, not X commit.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9861718 commit a057f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ then
5858

5959
echo >&2 "Warning: fetch updated the current branch head."
6060
echo >&2 "Warning: fast forwarding your working tree from"
61-
echo >&2 "Warning: $orig_head commit."
61+
echo >&2 "Warning: commit $orig_head."
6262
git-update-index --refresh 2>/dev/null
6363
git-read-tree -u -m "$orig_head" "$curr_head" ||
6464
die 'Cannot fast-forward your working tree.

0 commit comments

Comments
 (0)