projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6859043
c98d1e4
)
Merge branch 'oa/pull-reflog'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Aug 2011 19:33:36 +0000
(12:33 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Aug 2011 19:33:36 +0000
(12:33 -0700)
* oa/pull-reflog:
pull: remove extra space from reflog message
Conflicts:
git-pull.sh
1
2
git-pull.sh
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
git-pull.sh
index a10b1290bc9218942fcec54b9e930f072ca11bce,28441aca8ac1129dacad10d4bd040df64e34d134..eec3a07f0fa45013e8d9fa9a3dd1a2fab98a2970
---
1
/
git-pull.sh
---
2
/
git-pull.sh
+++ b/
git-pull.sh
@@@
-9,8
-9,7
+9,8
@@@
LONG_USAGE='Fetch one or more remote re
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
. git-sh-setup
- set_reflog_action "pull $*"
+. git-sh-i18n
+ set_reflog_action "pull${1+ $*}"
require_work_tree
cd_to_toplevel