Ludovic Courtès schreef op do 27-05-2021 om 14:35 [+0200]: > +All commits that are pushed to the central repository on Savannah must > +be signed with an OpenPGP key, and the public key should be uploaded to > +your user account on Savannah and to public key servers, such as > +@code{keys.openpgp.org}. To configure Git to automatically sign > +commits, run: > + > +@example > +git config commit.gpgsign true > +git config user.signingkey CABBA6EA1DC0FF33 > +@end example Is that meant to represent ‘cabbage and coffee’ in l33t? Maybe replace this with something like +@example > +git config commit.gpgsign true > +# Substitute the fingerprint of your public PGP key > +git config user.signingkey CABBA6EA1DC0FF33 > +@end example Basic, I know, but people have to learn the basics from somewhere, so maybe best be explicit here. > + [... some newlines after @section{...} ] These extra newlines could go directly into 'master' I guess. The rest of [PATCH 1/3] seems ok to me? Greetings, Maxime.