git-tag-script updates.
authorJunio C Hamano <junkio@cox.net>
Mon, 25 Jul 2005 22:18:35 +0000 (15:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Jul 2005 22:24:53 +0000 (15:24 -0700)
commit0fad0fdd4beadb2ff06af8d5a16d509cd8796ee4
tree9e8d35cc421707fd243a41012b34a9769cc3c73f
parent154d3d2dd2656c23ea04e9d1c6dd4e576a7af6de
git-tag-script updates.

This adds -a (annotate only but not sign) option "A Large Angry
SCM" <gitzilla@gmail.com> sent to the list, after fixing up the
whitespace corruption in the patch, with some of my own fixes.
Namely:

 * A new flag '-a' can be used to create an unsigned tag
   object;

 * The '-f' flag logic did not do the right thing;

 * When creating a signed tag, we did not check for GPG failure
   as we should;

 * Try to use the key for the tagger identity when signing the
   tag.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-tag-script