Hi, On Wed, 23 Apr 2008, Avery Pennarun wrote: > What I really want is the equivalent of "dos2unix --recursive *.c *.txt > etc" for all commits. I start to wonder if "git fast-export --all | my-intelligent-perl-script | git fast-import" would not be a better solution here. All you would have to do is to detect when a blob begins, and how long it is, and work with that. If your trees do not contain any binary files, it should be trivial. Ciao, 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