On Thu, 8 May 2014, Jianyu Zhan wrote:
That being said, storing abstract syntax tree, instead of raw object in git.
But that goes too far...
well, there are the clean/smudge filters, you can have it run everything through
a prettyprinter as it's checked in.
with a little effort, you could do something along the lines of git filterbranch
that could create a clone of a repo with all commits cleaned up.
David Lang