Refusing to use PRs
Refusing to use PRs
Posted Jan 12, 2026 10:59 UTC (Mon) by alx.manpages (subscriber, #145117)In reply to: Refusing to use PRs by mathstuf
Parent article: Evans: A data model for Git (and other docs updates)
Usual practice in email is to reply to each patch with
Reviewed-by: My Name <me@example.com>
when you have finished reviewing the an entire patch.
With that you keep track of who reviewed each patch.
When the contributor sends a revision of the patch set, it will include those tags in the commits (if the reviewed commits haven't changed), which inform reviewers that certain patches have already been reviewed by some people.
When you've only reviewed part of a patch, you reply inline adding something more informal like 'LGTM' after the parts you've reviewed. Then maybe you reply to the parts you won't review by saying you won't review those, and ask someone else to review them.
I have never seen issues with that.
Some people are using b4(1) and/or Patchwork to automate some of that, but I still use bare git(1) and MUA for my work and I'm happy with its simplicity. I'm quite scared of the complexity of those tools (see what happened to Kees Cook recently with b4(1)).
> The other part is about managing open questions
I manage open questions by leaving email marked as unread. So far it works reasonably well.
