Merge branch 'jc/rerere-train' into maint
A contrib script "rerere-train" did not work out of the box unless user futzed with her $PATH. * jc/rerere-train: contrib/rerere-train: use installed git-sh-setupmaint
commit
454bf49930
|
|
@ -7,7 +7,7 @@ USAGE="$me rev-list-args"
|
||||||
|
|
||||||
SUBDIRECTORY_OK=Yes
|
SUBDIRECTORY_OK=Yes
|
||||||
OPTIONS_SPEC=
|
OPTIONS_SPEC=
|
||||||
. git-sh-setup
|
. $(git --exec-path)/git-sh-setup
|
||||||
require_work_tree
|
require_work_tree
|
||||||
cd_to_toplevel
|
cd_to_toplevel
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue