From: Junio C Hamano
Date: Sat, 24 May 2008 01:12:30 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5.1-382-g182f
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b713ff1cbf5b9979edaf2b85bfc568fbc37ec0d7;p=git.git
Autogenerated HTML docs for v1.5.5.1-382-g182f
---
diff --git a/config.txt b/config.txt
index 217980f48..002a06689 100644
--- a/config.txt
+++ b/config.txt
@@ -523,8 +523,10 @@ color.status.::
one of `header` (the header text of the status message),
`added` or `updated` (files which are added but not committed),
`changed` (files which are changed but not added in the index),
- or `untracked` (files which are not tracked by git). The values of
- these variables may be specified as in color.branch..
+ `untracked` (files which are not tracked by git), or
+ `nobranch` (the color the 'no branch' warning is shown in, defaulting
+ to red). 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.
@@ -815,6 +817,12 @@ instaweb.port::
The port number to bind the gitweb httpd to. See
linkgit:git-instaweb[1].
+log.date::
+ Set default date-time mode for the log command. Setting log.date
+ value is similar to using git log's --date option. The value is one of
+ following alternatives: {relative,local,default,iso,rfc,short}.
+ See linkgit:git-log[1].
+
log.showroot::
If true, the initial commit will be shown as a big creation event.
This is equivalent to a diff against an empty tree.
diff --git a/git-config.html b/git-config.html
index 31c130070..fd92c3f29 100644
--- a/git-config.html
+++ b/git-config.html
@@ -1434,8 +1434,10 @@ color.status.<slot>
one of header (the header text of the status message),
added or updated (files which are added but not committed),
changed (files which are changed but not added in the index),
- or untracked (files which are not tracked by git). The values of
- these variables may be specified as in color.branch.<slot>.
+ untracked (files which are not tracked by git), or
+ nobranch (the color the no branch warning is shown in, defaulting
+ to red). The values of these variables may be specified as in
+ color.branch.<slot>.
@@ -1994,6 +1996,17 @@ instaweb.port
+log.date
+
+
+
+ Set default date-time mode for the log command. Setting log.date
+ value is similar to using git log's --date option. The value is one of
+ following alternatives: {relative,local,default,iso,rfc,short}.
+ See git-log(1).
+
+
+
log.showroot
@@ -2561,7 +2574,7 @@ web.browser