santiago@xxxxxxx writes: > From: Santiago Torres <santiago@xxxxxxx> > > The PGP verification routine for tags could be accessed by other > commands that require it. We do this by moving it to the common tag.c > module. We rename the verify_tag() function to gpg_verify_tag() to avoid > conflicts with the mktag.c function. After outlining the observation and opinion, we describe the changes as if we are ordering somebody to "do this, do that" to the codebase, like so: ... require it. Move the function to tag.c and make it public, and rename it gpg_verify_tag() to make its name more descriptive and also avoid conflicts with a static function in builtin/mktag.c. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html