Skip to content

Commit 1421fd9

Browse files
committed
Merge branch 'oa/pull-reflog'
* oa/pull-reflog: pull: remove extra space from reflog message Conflicts: git-pull.sh
2 parents 6859043 + c98d1e4 commit 1421fd9

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
@@ -10,7 +10,7 @@ SUBDIRECTORY_OK=Yes
1010
OPTIONS_SPEC=
1111
. git-sh-setup
1212
. git-sh-i18n
13-
set_reflog_action "pull $*"
13+
set_reflog_action "pull${1+ $*}"
1414
require_work_tree
1515
cd_to_toplevel
1616

0 commit comments

Comments
 (0)