Merge branch 'oa/pull-reflog' into maint
* oa/pull-reflog: pull: remove extra space from reflog message
This commit is contained in:
commit
2a76497427
@ -9,7 +9,7 @@ LONG_USAGE='Fetch one or more remote refs and merge it/them into the current HEA
|
||||
SUBDIRECTORY_OK=Yes
|
||||
OPTIONS_SPEC=
|
||||
. git-sh-setup
|
||||
set_reflog_action "pull $*"
|
||||
set_reflog_action "pull${1+ $*}"
|
||||
require_work_tree
|
||||
cd_to_toplevel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user