summaryrefslogtreecommitdiffstats
path: root/git-fast-import.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-02 14:51:31 -0700
commit3ef9e6768d632ffc1a3da0561187482e2bd16263 (patch)
treeee73e836b74e9c257f5eea1ea8e9849c8b91b2cc /git-fast-import.html
parent23baf5643507b41ab60afd6904db41e239dc9594 (diff)
downloadgit-htmldocs-3ef9e6768d632ffc1a3da0561187482e2bd16263.tar.gz
Autogenerated HTML docs for v2.27.0-22-g20514
Diffstat (limited to 'git-fast-import.html')
-rw-r--r--git-fast-import.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/git-fast-import.html b/git-fast-import.html
index a7eba1a04..0fe01f7a1 100644
--- a/git-fast-import.html
+++ b/git-fast-import.html
@@ -1139,7 +1139,19 @@ organizations have a CVS repository which has only ever been accessed
by users who are located in the same location and time zone. In this
case a reasonable offset from UTC could be assumed.</p></div>
<div class="paragraph"><p>Unlike the <code>rfc2822</code> format, this format is very strict. Any
-variation in formatting will cause fast-import to reject the value.</p></div>
+variation in formatting will cause fast-import to reject the value,
+and some sanity checks on the numeric values may also be performed.</p></div>
+</dd>
+<dt class="hdlist1">
+<code>raw-permissive</code>
+</dt>
+<dd>
+<p>
+ This is the same as <code>raw</code> except that no sanity checks on
+ the numeric epoch and local offset are performed. This can
+ be useful when trying to filter or import an existing history
+ with e.g. bogus timezone values.
+</p>
</dd>
<dt class="hdlist1">
<code>rfc2822</code>
@@ -2604,7 +2616,7 @@ compression.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-03-26 18:10:39 PDT
+ 2020-06-02 14:47:21 PDT
</div>
</div>
</body>