Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'oa/pull-reflog' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Aug 2011 19:41:13 +0000
(12:41 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Aug 2011 19:41:13 +0000
(12:41 -0700)
* oa/pull-reflog:
pull: remove extra space from reflog message
git-pull.sh
patch
|
blob
|
history
raw
(from parent 1:
64b9db5
)
diff --git
a/git-pull.sh
b/git-pull.sh
index fb9e2df9312e96ecf8ad5ab2bde4b74b979fe02e..28441aca8ac1129dacad10d4bd040df64e34d134 100755
(executable)
--- a/
git-pull.sh
+++ b/
git-pull.sh
@@
-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