Commit a813873
committed
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 <[email protected]>1 parent b5cda49 commit a813873
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7267 | 7267 | | |
7268 | 7268 | | |
7269 | 7269 | | |
| 7270 | + | |
7270 | 7271 | | |
7271 | | - | |
| 7272 | + | |
| 7273 | + | |
| 7274 | + | |
| 7275 | + | |
| 7276 | + | |
7272 | 7277 | | |
7273 | 7278 | | |
7274 | 7279 | | |
| |||
11090 | 11095 | | |
11091 | 11096 | | |
11092 | 11097 | | |
| 11098 | + | |
11093 | 11099 | | |
11094 | 11100 | | |
11095 | 11101 | | |
| |||
0 commit comments