Merge branch 'nd/init-relative-template-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:06 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 21:27:06 +0000 (14:27 -0700)
A relative pathname given to "git init --template=<path> <repo>"
ought to be relative to the directory "git init" gets invoked in,
but it instead was made relative to the repository, which has been
corrected.

* nd/init-relative-template-fix:
init: make --template path relative to $CWD

1  2 
builtin/init-db.c
t/t0001-init.sh
Simple merge
diff --cc t/t0001-init.sh
Simple merge