Merge branch 'cm/remote-mediawiki'
[gitweb.git] / Documentation / gitremote-helpers.txt
index 4d26e37d368601a6bc5e4f00ee00d0d9de8485dd..0827f691396ba698d3976eba1eddedd9e7ff3e9e 100644 (file)
@@ -202,6 +202,10 @@ there is an implied `refspec *:*`.
        marks specified in <file> before processing any input. For details,
        read up on '--import-marks=<file>' in linkgit:git-fast-export[1].
 
+'signed-tags'::
+       This modifies the 'export' capability, instructing Git to pass
+       '--signed-tags=verbatim' to linkgit:git-fast-export[1].  In the
+       absence of this capability, Git will use '--signed-tags=warn-strip'.