summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorBrian Gernhardt <benji@silverinsanity.com>2007-07-26 20:34:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-26 23:57:24 (GMT)
commit383e45cec40a0b881e59e44e011c410218ef476a (patch)
treeb69143f7e8476a4d7fae721efb75aee1cc75e130 /Documentation/config.txt
parent654a7ccc56f5dee3d11fbf6e928c14402c7495de (diff)
downloadgit-383e45cec40a0b881e59e44e011c410218ef476a.zip
git-383e45cec40a0b881e59e44e011c410218ef476a.tar.gz
git-383e45cec40a0b881e59e44e011c410218ef476a.tar.bz2
Document commit.template configuration variable.
Add it to the list in config.txt and explicitly say that the --template option to git-commit overrides the configuration variable. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index dd98d95..3135cb7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -393,6 +393,9 @@ color.status.<slot>::
or `untracked` (files which are not tracked by git). The values of
these variables may be specified as in color.branch.<slot>.
+commit.template::
+ Specify a file to use as the template for new commit messages.
+
diff.renameLimit::
The number of files to consider when performing the copy/rename
detection; equivalent to the git diff option '-l'.