Introduce GIT_TEMPLATE_DIR
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 19 Dec 2006 08:18:09 +0000 (09:18 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 19 Dec 2006 09:14:59 +0000 (01:14 -0800)
Instead of passing --template explicitely to init-db and clone, you can
just set the environment variable GIT_TEMPLATE_DIR.

Also make use of it in the tests, to make sure that the templates are
copied.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found