Added git template directory to Linux standalone tarball and OSX app bundle.

Git does not provide a switch to find out where this directory is, and
while the git-init man page says it will always be in
/usr/share/git-core/templates, that's not the case on OSX with git
installed from homebrew. So, I used a hack taking the --man-path and
constructing a path from that. Works on both Debian and OSX at least.
This commit is contained in:
Joey Hess 2017-02-10 13:55:54 -04:00
parent 45f884418f
commit e2c98f5788
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 6 additions and 0 deletions

View file

@ -57,3 +57,5 @@ $> find .git
"""]]
[[!meta author=yoh]]
> [[done]] --[[Joey]]