Heya, On Mon, May 25, 2009 at 00:53, Giuseppe Bilotta <giuseppe.bilotta@xxxxxxxxx> wrote: > This is an interesting solution. And git-am could call git-munge > automatically before feeding the patches to mailinfo, replacing > git mailinfo $keep $utf8 "$dotest/msg" "$dotest/patch" \ > <"$dotest/$msgnum" >"$dotest/info" > with > git munge "$dotest/$msgnum" | git mailinfo etc I was thinking the other way around, so that 'git am' doesn't need to be modified. Behind the scenes, git munge "$dotest/$msgnum" does something like: 1. munge the file so that it's in the appropriate format 2. dispatch to 'git am' with the munged file 3. profit -- Cheers, Sverre Rabbelier -- 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