Il 09/05/2012 14:46, Kevin Wolf ha scritto: >> > The changes to all other files were scripted with sed, so there were >> > no "surprises" beyond 027.out and 033.out. >> > >> > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> > --- >> > 035.out has an extra long line which stumps git send-email, >> > so I forced generation of a binary diff. Always learning >> > new things. > How do you do that, and even for single files in a larger commit?
I added this temporarily to my ".git/info/attributes": tests/qemu-iotests/035.out -diff > When I patched 035.out in the past, I used git send-email --no-validate, > but binary patches are probably better. Depends on what the change is. It does add a step for the reviewer to look at the diff. Paolo