On Mon, Oct 06, 2008 at 05:15:22PM +0200, Matthieu Moy wrote: > Actually, I understand you don't want git gui and gitk to load MS-Word > anytime you click something, but I'd love to see the textconv+diff in > gitk. > > (yeah, that's pretty hard to specify right, the ideal requirement > seems to be "in a gui, use the good part of the diff driver, but not > the other" :-\). I think it is even more complex than that. Sometimes when doing "git show" I want to see the textconv'd version, and sometimes I don't. So I really want a command-line flag or environment variable that I can use to control it (with a sane default). So probably the way forward is to stop relying on "oh, we just didn't parse some of the config, so it won't get used" to just parsing the config all the time and having a diffopt for "do textconv, do external diff, etc". And then plumbing can make sure that those flags never get set, and porcelain can tie them to command-line options. -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