Hello Benoit, * Benoit SIGOURE wrote on Sun, Sep 30, 2007 at 11:22:48PM CEST: > On Sep 30, 2007, at 8:34 PM, Ralf Wildenhues wrote: > > > >Tested with plain awk on Solaris 2.6, HP-UX 10.20, AIX 4.3, Tru64 > >4.0D, FreeBSD 6.2, GNU/Linux. > > Tested here (Mac OSX 10.4.10) and I get failures.
Thanks for testing. > For the 3 tests, the error is: > .../m4:configure.ac:...: ERROR: end of file in string > autom4te: .../m4 failed with exit status: 1 Hmm, looks like the patch exposes another instance of the bug I reported (but have not investigated yet). > By the way, with > Git, testing the patch is as simple as: > - Saving the raw message with your favorite mail client. > - Adding a line that contains `---' before the actual patch > - Invoking git am /path/to/raw_mail Thanks for the information, I'll try to think of the `---'. Since both my mailer allows to just pipe patches from mail (and does MIME decoding if needed), and I'm very used to both that, and also to just reading patches per mail, I appreciate if this (posting patches, as text) could remain as habit. BTW, when I have time I do read already-applied patches; does git provide a simple way to express that (then I might use it)? Something like signed-off after applied or so? Cheers, Ralf
