Skip to content

Commit 2a76497

Browse files
committed
Merge branch 'oa/pull-reflog' into maint
* oa/pull-reflog: pull: remove extra space from reflog message
2 parents 64b9db5 + c98d1e4 commit 2a76497

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)