]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit35d771591f673e1c2c7bc90b998670bed1e9e567
tree33e4d257ec09ef3cebdb8dd94ce3251993b9b3a1
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810
parente1df7fe43f4e2e607ed24668e2942d45df8d2743
Merge branch 'nd/init-relative-template-fix' into maint

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