summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-10 13:55:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-10 13:55:54 -0400
commita12083999ac50e41e985996a3e25594d5dcd5f77 (patch)
tree082e43426b182e13a538de8d970fdfdbcc990d19 /doc
parentc568c4c095cf51808d9379a315deee53c1ae8f04 (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 'doc')
-rw-r--r--doc/bugs/could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn b/doc/bugs/could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn
index 8c75cc769..9f81f8ab5 100644
--- a/doc/bugs/could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn
+++ b/doc/bugs/could_standalone_copy_of_git_ship__47__deploy_hooks_samples_as_well_as_stock_git__63__.mdwn
@@ -57,3 +57,5 @@ $> find .git
"""]]
[[!meta author=yoh]]
+
+> [[done]] --[[Joey]]