On Thu, Sep 11, 2025 at 8:06 AM Patrick Steinhardt <ps@xxxxxx> wrote: > > On Wed, Sep 10, 2025 at 10:08:38AM +0200, Christian Couder wrote: > > diff --git a/gpg-interface.h b/gpg-interface.h > > index 60ddf8bbfa..44856cc55f 100644 > > --- a/gpg-interface.h > > +++ b/gpg-interface.h > > @@ -104,4 +104,19 @@ int check_signature(struct signature_check *sigc, > > void print_signature_buffer(const struct signature_check *sigc, > > unsigned flags); > > > > +/* Modes for --signed-tags=<mode> and --signed-commits=<mode> options */ > > Nit: let's finish this sentence with a dot. I have added a dot in the V2. Thanks.