Re: [PATCH 1/2] gpg-interface: refactor 'enum sign_mode' parsing
From: Christian Couder <hidden>
Date: 2025-09-12 12:40:25
From: Christian Couder <hidden>
Date: 2025-09-12 12:40:25
On Thu, Sep 11, 2025 at 8:06 AM Patrick Steinhardt [off-list ref] wrote:
On Wed, Sep 10, 2025 at 10:08:38AM +0200, Christian Couder wrote:
quoted
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.