I've recently gone though the process of getting commit rights and have raised a few diffs already.
The developer policy is a little out of date in some places. This change updates them based upon my own personal experience.
Namely:
- diffs are not passed around on mailing lists any more.
- diffs should be -U 999999
- you don't have to respond to any automated email.
Looks good?
Using git diff like this, there are risks that main is now ahead of your branch's base. Probably safer to use HEAD~n where n is the number of commits you have on your branch.