Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/rerere-train'
author
Junio C Hamano
<gitster@pobox.com>
Wed, 2 May 2012 20:53:15 +0000
(13:53 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 2 May 2012 20:53:15 +0000
(13:53 -0700)
A script written long time ago proved to be useful this week for me ;-)
with a minor tweak.
* jc/rerere-train:
contrib/rerere-train: use installed git-sh-setup
contrib/rerere-train.sh
patch
|
blob
|
history
raw
(from parent 1:
d7c03ca
)
diff --git
a/contrib/rerere-train.sh
b/contrib/rerere-train.sh
index 2cfe1b936b0feef1bd40947ce6ab249f62a6ad55..36b6feebe00060e4d522c506f12d2848673dbee6 100755
(executable)
--- a/
contrib/rerere-train.sh
+++ b/
contrib/rerere-train.sh
@@
-7,7
+7,7
@@
USAGE="$me rev-list-args"
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
-. git-sh-setup
+.
$(git --exec-path)/
git-sh-setup
require_work_tree
cd_to_toplevel