Reorganize gatekeeper to collect generic GPG support functions
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 23:55:11 +0000 (18:55 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 23:55:11 +0000 (18:55 -0500)
commitcb57100fe7f167ad577baa2bb3e5c677934b8d13
tree7658ff6fd79d00ce57a8e8b30afc0fce103423cd
parentfaa90deef44cd45736a9b016f40c008def6018ba
Reorganize gatekeeper to collect generic GPG support functions

Prior to committing, this was validated with:
(DIFF='git diff --cached';
 comm -3 <($DIFF | grep ^- | sed -e 's/^-//' | sort) \
         <($DIFF | grep ^+ | sed -e 's/^+//' | sort) )

The output shows only blank lines, comments, and a diff header were
added, and only a diff header removed, after all lines are sorted
and paired for analysis.  To replicate, change the "git diff" command
to compare this commit with its parent.
gatekeeper.pl