diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-10 13:55:54 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-10 13:55:54 -0400 |
commit | a12083999ac50e41e985996a3e25594d5dcd5f77 (patch) | |
tree | 082e43426b182e13a538de8d970fdfdbcc990d19 /CHANGELOG | |
parent | c568c4c095cf51808d9379a315deee53c1ae8f04 (diff) |
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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ git-annex (6.20170102) UNRELEASED; urgency=medium inneficiently; they unncessarily hashed each file twice. They have been improved to only hash once. * import: Added --reinject-duplicates. + * Added git template directory to Linux standalone tarball and OSX + app bundle. -- Joey Hess <id@joeyh.name> Fri, 06 Jan 2017 15:22:06 -0400 |