Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-03 00:53:15 +0400
committerJunio C Hamano <gitster@pobox.com>2012-05-03 00:53:15 +0400
commit7b871c53db182eec5d44188c37f00a084219270f (patch)
tree90bbe59df38297c04b1da5cf93e2bbb4d86b8cfe /contrib
parentd7c03ca1eac769b04cb3ebee5634173c4622ebb9 (diff)
parent53876fcf3fdc1c46c26fc3a191e74a06e633d5b2 (diff)
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')
-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