fast-export: add --signed-tags=warn-strip mode
commitcd16c59bfa216b7e153f357ccfa89d2a567b8c00
authorJohn Keeping <john@keeping.me.uk>
Sun, 14 Apr 2013 10:57:06 +0000 (14 11:57 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Apr 2013 16:02:25 +0000 (15 09:02 -0700)
treecf9bd5bfece3d6d070a1f9a2d6b28490b0539404
parent85e7e81ccfcec98972e341ab81b0109084b84906
fast-export: add --signed-tags=warn-strip mode

This issues a warning while stripping signatures from signed tags, which
allows us to use it as default behaviour for remote helpers which cannot
specify how to handle signed tags.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
builtin/fast-export.c
t/t9350-fast-export.sh