Merge branch 'nd/init-relative-template-fix'
commitcf3269fba816d9b216b8b0d6e95ca6a345158de5
authorJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2019 20:18:46 +0000 (13 13:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Jun 2019 20:18:46 +0000 (13 13:18 -0700)
tree9ce7316f6013088bd62ac092f8a5da6bb6767df8
parent86d2271f06382ceeb66e891eff87166d858270e1
parente1df7fe43f4e2e607ed24668e2942d45df8d2743
Merge branch 'nd/init-relative-template-fix'

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
builtin/init-db.c
t/t0001-init.sh