|
|
|
|
|
by pm215
2915 days ago
|
|
I use gmail for code review on a "send email patches" project (QEMU), and what I do is: * for sending patches, use git-send-email from the command line * for reading, use a greasemonkey script to make gmail use a fixed width font * when I need to apply a patchset locally I use the "patches" tool https://github.com/stefanha/patches I also have a couple of gmail "canned responses" set up for things like "write my reviewed-by tag into my email reply". It's not fantastically ergonomic, but it's good enough that I haven't really felt the need to use something other than gmail web interface. |
|