On Sun, 14 Oct 2012, Mark Wielaard wrote: > > I don't know who can moderate the list. Maybe only mjw. > > I thought there were others, if not, there should be :) > My apologies if I missed any. I see I might have misplaced some > moderation messages, and this one might have slipped through because > it has been too long in the queue. sigh. > > The max-size of patches is indeed 100K since I thought that anything > larger than that will probably need to be split up anyway to make review > easier. Should it be increased?
Probably not. You can always use "git format-patch -C" for patches that rename files to keep the email size down. Pekka