--- f61e19360f9b5965dda1ae762ffdab8ede860430 builtin-init-db.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) f61e19360f9b5965dda1ae762ffdab8ede860430 diff --git a/builtin-init-db.c b/builtin-init-db.c index 2a1384c..cf5bd39 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -253,6 +253,9 @@ int cmd_init_db(int argc, const char **a die(init_db_usage); } + if (!template_dir) + template_dir = getenv("GIT_TEMPLATE_DIR"); + /* * Set up the default .git directory contents */ -- 1.3.3.g40505 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html