Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t6300: add more body-parsing tests
[gitweb.git]
/
git-pull.sh
diff --git
a/git-pull.sh
b/git-pull.sh
index d3ffd8fc6eab115988884b1ea3e4c22a1e45e802..63da37bcc2730358140ae4b862040ed8fb0ed77e 100755
(executable)
--- a/
git-pull.sh
+++ b/
git-pull.sh
@@
-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