Hi, On Thu, 7 Feb 2008, Jay Soffian wrote: > On Feb 7, 2008 6:44 PM, Brandon Casey <casey@xxxxxxxxxxxxxxx> wrote: > > > I also have mailnews.send_plaintext_flowed => false as suggested in > > SubmittingPatches. > > Would teaching git-mailsplit to handle format=flowed be considered a > useful contribution? > > (W/o sounding like a total script weenie, I'm actually wondering if > converting git-am, git-mailsplit, and git-mailinfo to Perl code wouldn't > be a bad idea... groking email is a lot more pleasant in Perl than shell > and/or C.) FWIW I think you have it backwards. It might look nicer in Perl, but we try very hard to consolidate the major pieces into C code. This is done for several reasons: - reducing dependencies (not everybody needs all git programs, so it even helps if one script is converted at a time), and - making the experience nicer on Windows (reducing the foot-print, since Perl is _not_ commonly installed, and drastically improving performance, since the number of processes is reduced). So no, I would not like these scripts being converted (back?) to scripts. Thank you, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html