summaryrefslogtreecommitdiff
path: root/git-remote-testgit
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-04-14 10:57:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-15 16:04:43 (GMT)
commit0d957a4df5248b53c4160babdcfa0cefba848c93 (patch)
treee73c718b78bbac9f1aad749c7ff9d5fe2e29bd14 /git-remote-testgit
parentb8bd826f3a4196bc80a3c957503b421709b401ab (diff)
downloadgit-0d957a4df5248b53c4160babdcfa0cefba848c93.zip
git-0d957a4df5248b53c4160babdcfa0cefba848c93.tar.gz
git-0d957a4df5248b53c4160babdcfa0cefba848c93.tar.bz2
transport-helper: add 'signed-tags' capability
This allows a remote helper using the 'export' protocol to specify that it supports signed tags, changing the handing from 'warn-strip' to 'verbatim'. Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-remote-testgit')
-rwxr-xr-xgit-remote-testgit1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-remote-testgit b/git-remote-testgit
index b395c8d..e7ed3a3 100755
--- a/git-remote-testgit
+++ b/git-remote-testgit
@@ -38,6 +38,7 @@ do
echo "*import-marks $gitmarks"
echo "*export-marks $gitmarks"
fi
+ test -n "$GIT_REMOTE_TESTGIT_SIGNED_TAGS" && echo "signed-tags"
echo
;;
list)