diff options
author | John Keeping <john@keeping.me.uk> | 2013-04-14 11:57:08 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-15 09:04:43 -0700 |
commit | 0d957a4df5248b53c4160babdcfa0cefba848c93 (patch) | |
tree | e73c718b78bbac9f1aad749c7ff9d5fe2e29bd14 /git-remote-testgit | |
parent | b8bd826f3a4196bc80a3c957503b421709b401ab (diff) | |
download | git-0d957a4df5248b53c4160babdcfa0cefba848c93.tar.gz |
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-x | git-remote-testgit | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-remote-testgit b/git-remote-testgit index b395c8de59..e7ed3a33e6 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) |