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-Url: http://git.99rst.org/?a=commitdiff_plain;h=35d771591f673e1c2c7bc90b998670bed1e9e567;p=git.git 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