summaryrefslogtreecommitdiffstats
path: root/git-svn.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
commit47c1e3ca86a9871867627dd09e64ae4dce79ed32 (patch)
treed538ded12119f06e65799876d7e7fc7b9d8481a9 /git-svn.txt
parent1ac2aec67e940a383b4f2a724a754dbd5fe4bfdc (diff)
downloadgit-htmldocs-47c1e3ca86a9871867627dd09e64ae4dce79ed32.tar.gz
Autogenerated HTML docs for v1.4.2.1-g83915
Diffstat (limited to 'git-svn.txt')
-rw-r--r--git-svn.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/git-svn.txt b/git-svn.txt
index b7b63f713..1cfa3e342 100644
--- a/git-svn.txt
+++ b/git-svn.txt
@@ -244,6 +244,18 @@ doing.
repo-config key: svn.noignoreexternals
+--ignore-nodate::
+Only used with the 'fetch' command.
+
+By default git-svn will crash if it tries to import a revision
+from SVN which has '(no date)' listed as the date of the revision.
+This is repository corruption on SVN's part, plain and simple.
+But sometimes you really need those revisions anyway.
+
+If supplied git-svn will convert '(no date)' entries to the UNIX
+epoch (midnight on Jan. 1, 1970). Yes, that's probably very wrong.
+SVN was very wrong.
+
--
Basic Examples