From 0d957a4df5248b53c4160babdcfa0cefba848c93 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Sun, 14 Apr 2013 11:57:08 +0100 Subject: 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 Signed-off-by: Junio C Hamano --- git-remote-testgit | 1 + 1 file changed, 1 insertion(+) (limited to 'git-remote-testgit') diff --git a/git-remote-testgit b/git-remote-testgit index b395c8de5..e7ed3a33e 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) -- cgit v1.2.1