git-gui: use textconv filter for diff and blame
commit1fbaccad4dd8d6a9a893843c73f3e47c4ba8b717
authorClément Poulain <clement.poulain@ensimag.imag.fr>
Fri, 30 Jul 2010 08:11:02 +0000 (30 09:11 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Fri, 30 Jul 2010 09:05:27 +0000 (30 10:05 +0100)
tree041d322979a5321834633c771414b52e618e12b9
parent85123549f005ebdfb55a5cbd738c3237aaed6eff
git-gui: use textconv filter for diff and blame

Create a checkbox "Use Textconv For Diffs and Blame" in git-gui options.
If checked and if the driver for the concerned file exists, git-gui calls diff
and blame with --textconv option

Signed-off-by: Clément Poulain <clement.poulain@ensimag.imag.fr>
Signed-off-by: Diane Gasselin <diane.gasselin@ensimag.imag.fr>
Signed-off-by: Axel Bonnet <axel.bonnet@ensimag.imag.fr>
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh
lib/blame.tcl
lib/diff.tcl
lib/option.tcl