kworkflow / patch-hub

patch-hub is a TUI that streamlines the interaction of Linux developers with patches archived on lore.kernel.org
GNU General Public License v2.0
7 stars 6 forks source link

Allow reply w/ `Reviewed-by` tag of subset of patches from a series #78

Open davidbtadokoro opened 1 week ago

davidbtadokoro commented 1 week ago

Description:

If a patchset contains more than one patch in the series, the user can't choose to reply with/ the Reviewed-by tag to part of the series, only the whole series. For example, if the patchset contains a cover letter and patches 1, 2, and 3, the user can only reply to all these four messages with the tag using patch-hub.

Motivation:

It is common to reply w/ the tag to only a handful of patches or even a single message. E.g., when "approving" the whole series, the responder will sometimes add the tag only to the cover letter.