summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-06-25 12:25:16 -0700
committerMichael Forney <mforney@mforney.org>2016-06-25 12:25:16 -0700
commitbb148411fc89e0fb95a531546bb212189c489a28 (patch)
tree170b2963e552454022d3d7aa1fecbca8ccaecd0c
parente7e9ede8f3fa87bc95eb9d7b5f963444a5274a53 (diff)
git: Specify DEFAULT_GIT_TEMPLATE_DIR
-rw-r--r--core/git/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/git/config.h b/core/git/config.h
index 4988d31d..804e6a8a 100644
--- a/core/git/config.h
+++ b/core/git/config.h
@@ -1,3 +1,4 @@
+#define DEFAULT_GIT_TEMPLATE_DIR "share/git-core/templates"
#define ETC_GITATTRIBUTES "/etc/gitattributes"
#define ETC_GITCONFIG "/etc/gitconfig"
#define GIT_EXEC_PATH "libexec/git-core"