summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.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 /gitremote-helpers.txt
parent04e768d545466d56b5c08479f45e7002f2a77d69 (diff)
downloadgit-htmldocs-ac002b631c16db5b744b6bfdc5d5599cf1cf254b.tar.gz
Autogenerated HTML docs for v1.8.2.1-628-gcd33b
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index f506031ae..da746419b 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -202,6 +202,10 @@ capability then it should advertise `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'.