Code

gitk: Check git version before using --textconv flag
authorPaul Mackerras <paulus@samba.org>
Sat, 16 May 2009 11:06:01 +0000 (21:06 +1000)
committerPaul Mackerras <paulus@samba.org>
Sat, 16 May 2009 11:08:44 +0000 (21:08 +1000)
commita8138733fcf4d9c175b53ab0d0f06a3f7c232286
tree114ba587b428f1bf8a348c66e780a6083e1f56fa
parentb5cda49040f77334dc08485e3f36ef8c8f2928b4
gitk: Check git version before using --textconv flag

Commit 785b7535 ("gitk: use --textconv to generate diff text")
added the --textconv flag to the git diff commands used to
display commit diffs.  Since some people use newer gitk with older
git installations, this adds a check on the git version to check
that it understands --textconv before using it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk