From: Junio C Hamano
Date: Fri, 27 Jul 2007 07:26:40 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.3-rc3-13-g7ab3
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b968dbbd6a939fc1282a7837026e131ed921e122;p=git.git
Autogenerated HTML docs for v1.5.3-rc3-13-g7ab3
---
diff --git a/config.txt b/config.txt
index dd98d95d9..3135cb7a6 100644
--- a/config.txt
+++ b/config.txt
@@ -393,6 +393,9 @@ color.status.::
or `untracked` (files which are not tracked by git). The values of
these variables may be specified as in color.branch..
+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'.
diff --git a/diff-options.txt b/diff-options.txt
index 82165763b..228ccaf10 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -43,7 +43,9 @@
Synonym for "-p --stat".
-z::
- \0 line termination on output
+ NUL-line termination on output. This affects the --raw
+ output field terminator. Also output from commands such
+ as "git-log" will be delimited with NUL between commits.
--name-only::
Show only names of changed files.
diff --git a/git-commit.html b/git-commit.html
index af283396a..500db14ab 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -387,9 +387,8 @@ that, you can recover from it with git-reset(1).
-m or -F options, this option has no effect. The
- template file may also be specified using the commit.template
- configuration variable.
+ the -m or -F options, this option has no effect. This
+ overrides the commit.template configuration variable.
@@ -702,7 +701,7 @@ Junio C Hamano <junkio@cox.net>