In Debian bug #89094 it has been requested to extend gpg --sign "[..] to take
more than one filename, prompt for the passphrase once, and use the unlocked key
to sign each file in turn [..]".
Now there is a --multifile switch, but g10/gpg.c shows, that an error will be
thrown if --multifile is used together with --sign. I checked the lists and the
BTS for a discussion but didn't find anything about this.
Can this be implemented or are there reasons speaking against supporting
--multifile --sign?