Am Freitag, den 10.06.2011, 09:44 -0600 schrieb Marc Jones:
It would be nice if gerrit would send the entire commit message and the list of files in the patch emails. That would be helpful in parsing what patches require attention.
It's "git show -p --stat" (commit message, diffstat, patch content) now, inlined instead of as attachment. That should do what you want, right?
Patrick