Hacker News new | ask | show | jobs
by tristan957 979 days ago
What is antiquated about sending patches via email? Have you ever used email to contribute to a project or review a patch?
1 comments

Contributing patches via the Linux mailing lists is worse than Gerrit in every way.
It really isn't, it's basically `git send-email --to=linux-kernel@vger.kernel.org -1` – how's hard?

Oh, sorry, you actually need to figure out the maintainers, so you can send it directly to them too to get it reviewed faster, so yeah a call to `./scripts/get_maintainer.pl -f <files>` ok, now it got impossible for the modern dev – cannot expect those are able to actually understand basic systems.

Then reply to the review replies you get, if there's still anything to change, how would gerrit making that easier in any way?

What is worse about it?