Skip to content

Commit

Permalink
Merge branch 'oa/pull-reflog'
Browse files Browse the repository at this point in the history
* oa/pull-reflog:
  pull: remove extra space from reflog message

Conflicts:
	git-pull.sh
  • Loading branch information
Junio C Hamano committed Aug 8, 2011
2 parents 6859043 + c98d1e4 commit 1421fd9
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 @@ -10,7 +10,7 @@ SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
. git-sh-setup
. git-sh-i18n
set_reflog_action "pull $*"
set_reflog_action "pull${1+ $*}"
require_work_tree
cd_to_toplevel

Expand Down

0 comments on commit 1421fd9

Please sign in to comment.