transport-helper: add 'signed-tags' capability
commit0d957a4df5248b53c4160babdcfa0cefba848c93
authorJohn Keeping <john@keeping.me.uk>
Sun, 14 Apr 2013 10:57:08 +0000 (14 11:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 16:04:43 +0000 (15 09:04 -0700)
treee73c718b78bbac9f1aad749c7ff9d5fe2e29bd14
parentb8bd826f3a4196bc80a3c957503b421709b401ab
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>
Documentation/gitremote-helpers.txt
git-remote-testgit
t/t5801-remote-helpers.sh
transport-helper.c