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.
Marc
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
On Wed, Jun 15, 2011 at 6:39 AM, Patrick Georgi patrick@georgi-clan.de wrote:
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?
I think just "git show --stat". i think that the patch content is good as an attachment. I think that is what the merge email does.
Marc