summaryrefslogtreecommitdiffstats
path: root/git-commit-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-26 11:32:25 -0700
commit0beab6ca606fab0c1aaff8239718bdd73e323dfd (patch)
tree7675cda665234659c06a1b23a810f6e795fde0eb /git-commit-tree.html
parentf405d088b9d3a4daf87177ef91a7b013bf7e8fad (diff)
downloadgit-htmldocs-0beab6ca606fab0c1aaff8239718bdd73e323dfd.tar.gz
Autogenerated HTML docs for v2.27.0-rc2
Diffstat (limited to 'git-commit-tree.html')
-rw-r--r--git-commit-tree.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/git-commit-tree.html b/git-commit-tree.html
index 4becbaaba..116688e9e 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -901,13 +901,19 @@ ISO 8601
<code>2005-04-07T22:13:13</code>. The parser accepts a space instead of the
<code>T</code> character as well. Fractional parts of a second will be ignored,
for example <code>2005-04-07T22:13:13.019</code> will be treated as
- <code>2005-04-07T22:13:13</code>
+ <code>2005-04-07T22:13:13</code>.
</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:
+<code>YYYY.MM.DD</code>, <code>MM/DD/YYYY</code> and <code>DD.MM.YYYY</code>.</td>
+</tr></table>
+</div>
</dd>
</dl></div>
-<div class="paragraph"><p>+
-NOTE: In addition, the date part is accepted in the following formats:
-<code>YYYY.MM.DD</code>, <code>MM/DD/YYYY</code> and <code>DD.MM.YYYY</code>.</p></div>
</div>
</div>
<div class="sect1">