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 <ori@avtalion.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d5b6629 commit c98d1e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)