author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 19 Dec 2006 08:18:09 +0000 (09:18 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 19 Dec 2006 09:14:59 +0000 (01:14 -0800) | ||
commit | 8683a45d66967b0969516a2b72cdbf136c2064a2 | |
tree | ff543e98be6e36f0960660d4543b5f036917eb58 | tree | snapshot |
parent | 171e800b374c98dd703e906bd9955b2b0410cabe | commit | diff |
Introduce GIT_TEMPLATE_DIR
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>
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>
builtin-init-db.c | diff | blob | history | |
t/test-lib.sh | diff | blob | history |