summaryrefslogtreecommitdiffstats
path: root/git-fast-export.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-24 18:02:58 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-24 18:02:58 -0700
commitac002b631c16db5b744b6bfdc5d5599cf1cf254b (patch)
treecad41b2d47ee9302596b8364a5cb34cb968547f3 /git-fast-export.txt
parent04e768d545466d56b5c08479f45e7002f2a77d69 (diff)
downloadgit-htmldocs-ac002b631c16db5b744b6bfdc5d5599cf1cf254b.tar.gz
Autogenerated HTML docs for v1.8.2.1-628-gcd33b
Diffstat (limited to 'git-fast-export.txt')
-rw-r--r--git-fast-export.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/git-fast-export.txt b/git-fast-export.txt
index feab7a3e4..03fc8c39d 100644
--- a/git-fast-export.txt
+++ b/git-fast-export.txt
@@ -27,15 +27,17 @@ OPTIONS
Insert 'progress' statements every <n> objects, to be shown by
'git fast-import' during import.
---signed-tags=(verbatim|warn|strip|abort)::
+--signed-tags=(verbatim|warn|warn-strip|strip|abort)::
Specify how to handle signed tags. Since any transformation
after the export can change the tag names (which can also happen
when excluding revisions) the signatures will not match.
+
When asking to 'abort' (which is the default), this program will die
-when encountering a signed tag. With 'strip', the tags will be made
-unsigned, with 'verbatim', they will be silently exported
-and with 'warn', they will be exported, but you will see a warning.
+when encountering a signed tag. With 'strip', the tags will silently
+be made unsigned, with 'warn-strip' they will be made unsigned but a
+warning will be displayed, with 'verbatim', they will be silently
+exported and with 'warn', they will be exported, but you will see a
+warning.
--tag-of-filtered-object=(abort|drop|rewrite)::
Specify how to handle tags whose tagged object is filtered out.