On Fri, Jan 30, 2009 at 08:44:26PM +0000, Reece Dunn wrote: > At the moment, I am manually editing the output of git diff to produce > the desired output. I intend on modifying git to get it to produce the > output in a format that I am interested in so that I don't have to > edit it by hand. Have you considered writing an external diff driver (see the description of GIT_EXTERNAL_DIFF in git(1))? That would be a good starting point for experimenting if you want to use a totally different diff driver (but if you are just making tweaks to git's diff code, then obviously that isn't a good idea). Your RFCs look more like tweaks, but I wonder if there isn't already a good external tool for doing these sorts of non-line-oriented diffs. -Peff -- 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