summaryrefslogtreecommitdiffstats
path: root/git-commit-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-08 07:39:46 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-08 07:39:46 +0000
commitae05feeb712a3d1be55164218489ebebef0f72b2 (patch)
treeea5bb7d89fc8f7102528d93577bdddaa516fb744 /git-commit-tree.html
parent6d325dff7434895753dcad82809783644dec75f6 (diff)
downloadgit-htmldocs-ae05feeb712a3d1be55164218489ebebef0f72b2.tar.gz
Autogenerated HTML docs for v1.6.6-102-gd6f8
Diffstat (limited to 'git-commit-tree.html')
-rw-r--r--git-commit-tree.html48
1 files changed, 47 insertions, 1 deletions
diff --git a/git-commit-tree.html b/git-commit-tree.html
index 05c32cb56..89c78d5e7 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -403,6 +403,52 @@ present, system user name and fully qualified hostname.</p></div>
entry is not provided via "&lt;" redirection, <em>git-commit-tree</em> will just wait
for one to be entered and terminated with ^D.</p></div>
</div>
+<h2 id="_date_formats">DATE FORMATS</h2>
+<div class="sectionbody">
+<div class="para"><p>The GIT_AUTHOR_DATE, GIT_COMMITTER_DATE environment variables
+support the following date formats:</p></div>
+<div class="vlist"><dl>
+<dt>
+Git internal format
+</dt>
+<dd>
+<p>
+ It is <tt>&lt;unix timestamp&gt; &lt;timezone offset&gt;</tt>, where <tt>&lt;unix
+ timestamp&gt;</tt> is the number of seconds since the UNIX epoch.
+ <tt>&lt;timezone offset&gt;</tt> is a positive or negative offset from UTC.
+ For example CET (which is 2 hours ahead UTC) is <tt>+0200</tt>.
+</p>
+</dd>
+<dt>
+RFC 2822
+</dt>
+<dd>
+<p>
+ The standard email format as described by RFC 2822, for example
+ <tt>Thu, 07 Apr 2005 22:13:13 +0200</tt>.
+</p>
+</dd>
+<dt>
+ISO 8601
+</dt>
+<dd>
+<p>
+ Time and date specified by the ISO 8601 standard, for example
+ <tt>2005-04-07T22:13:13</tt>. The parser accepts a space instead of the
+ <tt>T</tt> character as well.
+</p>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<div class="title">Note</div>
+</td>
+<td class="content">In addition, the date part is accepted in the following formats:
+<tt>YYYY.MM.DD</tt>, <tt>MM/DD/YYYY</tt> and <tt>DD.MM.YYYY</tt>.</td>
+</tr></table>
+</div>
+</dd>
+</dl></div>
+</div>
<h2 id="_diagnostics">Diagnostics</h2>
<div class="sectionbody">
<div class="vlist"><dl>
@@ -525,7 +571,7 @@ reversible operation.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:29 UTC
+Last updated 2010-01-08 07:39:28 UTC
</div>
</div>
</body>