"Avery Pennarun" <apenwarr@xxxxxxxxx> writes: > On 7/13/08, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> Eduard - Gabriel Munteanu <eduard.munteanu@xxxxxxxxxxx> writes: >> > + } elsif (defined $export_file) { >> > + my $mbox_from = "From $raw_from $date"; >> > + $message =~ s/^(>{0,})From/>$1From/m; >> > + print $out "$mbox_from\n$header\n$message"; >> >> Sorry, but I am scratching my head here. Shouldn't this "bare From >> munging" be like this instead? >> >> $message =~ s/^From />From /m; > > That wouldn't be a reversible operation. So what? Adding Cc: and stuff send-email does are already irreversible anyway. -- 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