mirror of
https://github.com/git/git
synced 2024-10-29 17:08:46 +00:00
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-setup
This commit is contained in:
commit
454bf49930
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue