usure if this is a defect or a nice-to-have:
I created today a new key b/c the other will expires soon. Now I do have 2 keys:
tfoerste@n22 ~ $ gpg --list-keys
gpg: enabled debug flags: memstat trust extprog assuan
/home/tfoerste/.gnupg/pubring.gpg
pub 1024D/7DB69DA3 2004-08-14 [expires: 2013-12-31]
uid Toralf Förster <toralf.foerster@gmx.de>
sub 1024g/160E98C0 2004-08-14
and
pub 3072D/0076E94E 2013-12-06 [expires: 2023-12-04]
uid Toralf Förster (my 2nd key) <toralf.foerster@gmx.de>
sub 4096g/36F8BD16 2013-12-06 [expires: 2023-12-04]
When I use git (1.8.3.2-r1) to sign a tag then always the odder 1024 bit key is
used if I do not force git to use the newer key. FWIW I already set the newer
key as default but it doesn't help.