From: Junio C Hamano Date: Thu, 25 Jul 2019 21:27:06 +0000 (-0700) Subject: Merge branch 'nd/init-relative-template-fix' into maint X-Git-Tag: v2.23.0-rc0~6^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/35d771591f673e1c2c7bc90b998670bed1e9e567 Merge branch 'nd/init-relative-template-fix' into maint A relative pathname given to "git init --template= " 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 --- 35d771591f673e1c2c7bc90b998670bed1e9e567