summaryrefslogtreecommitdiff
path: root/contrib/rerere-train.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2012-05-02 13:53:15 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2012-05-02 13:53:15 -0700
commit7b871c53db182eec5d44188c37f00a084219270f (patch)
tree90bbe59df38297c04b1da5cf93e2bbb4d86b8cfe /contrib/rerere-train.sh
parentMerge branch 'ab/i18n' (diff)
parentcontrib/rerere-train: use installed git-sh-setup (diff)
downloadtgif-7b871c53db182eec5d44188c37f00a084219270f.tar.xz
Merge branch 'jc/rerere-train'
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
Diffstat (limited to 'contrib/rerere-train.sh')
-rwxr-xr-xcontrib/rerere-train.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rerere-train.sh b/contrib/rerere-train.sh
index 2cfe1b936b..36b6feebe0 100755
--- 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