On Thu, Jul 3, 2025 at 11:28 PM Andrew Lunn andrew@lunn.ch wrote:
A small patch tends to be more obviously correct than a big patch. The commit message is more focused and helpful because it refers to a small chunk of code. Because the commit message is more focused, it can answer questions reviewers might ask, before they ask them. If i
Yeah, also better for smaller reverts, as well as typically easier to backport if needed, etc.
Cheers, Miguel