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
This commit is contained in:
Junio C Hamano 2012-05-02 13:53:15 -07:00
commit 7b871c53db

View file

@ -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