Skip to content

Commit c98d1e4

Browse files
salty-horsegitster
authored andcommitted
pull: remove extra space from reflog message
When executing "git pull" with no arguments, the reflog message was: "pull : Fast-forward" Signed-off-by: Ori Avtalion <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d5b6629 commit c98d1e4

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
@@ -9,7 +9,7 @@ LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEA
99
SUBDIRECTORY_OK=Yes
1010
OPTIONS_SPEC=
1111
. git-sh-setup
12-
set_reflog_action "pull $*"
12+
set_reflog_action "pull${1+ $*}"
1313
require_work_tree
1414
cd_to_toplevel
1515

0 commit comments

Comments
 (0)