Reorganize gatekeeper to reflect processing phases
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 20 Nov 2022 04:10:21 +0000 (22:10 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 20 Nov 2022 04:10:21 +0000 (22:10 -0600)
commit399183d69fbf3c32e32d027ffc79f5cc60957ba4
treedfd07bc75eb799bed97e1055368f0a3bcedb44bb
parent33c94b8d35e240a3b927450e50d6a671bd860fd1
Reorganize gatekeeper to reflect processing phases

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, diff headers, POD structure, and the
addition of a forward declaration for verify_clearsigned_message as a
temporary measure ahead of a call that will eventually be 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