Skip to content

Commit

Permalink
Merge branch 'oa/pull-reflog' into maint
Browse files Browse the repository at this point in the history
* oa/pull-reflog:
  pull: remove extra space from reflog message
  • Loading branch information
Junio C Hamano committed Aug 16, 2011
2 parents 64b9db5 + c98d1e4 commit 2a76497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2a76497

Please sign in to comment.