Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 7b871c5

Browse files
committed
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
2 parents d7c03ca + 53876fc commit 7b871c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/rerere-train.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USAGE="$me rev-list-args"
77

88
SUBDIRECTORY_OK=Yes
99
OPTIONS_SPEC=
10-
. git-sh-setup
10+
. $(git --exec-path)/git-sh-setup
1111
require_work_tree
1212
cd_to_toplevel
1313

0 commit comments

Comments
 (0)