diff options
| author | 2024-04-21 10:56:01 +0200 | |
|---|---|---|
| committer | 2024-04-21 10:56:01 +0200 | |
| commit | 03c1f8621a3b6d57249e345beb3a2738dfad3cab (patch) | |
| tree | 561de2496095874f1d43c9ea7595646591bf53c1 | |
| parent | fish/setux: don't -el the arg (diff) | |
git: don't force external difft
Ok so this is a deep cut.
The problem is that when you have diff.external set, it overrides
*everything*.
So if you want to have, for example, a textconv diff filter… you just
can't do that.
Even passing --no-ext is questionable.
Instead, just require the use of `dt` / --ext-diff.
It's tragic :(
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/difftastic.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_config/git/difftastic.config b/dot_config/git/difftastic.config index 9772838..29bb489 100644 --- a/dot_config/git/difftastic.config +++ b/dot_config/git/difftastic.config @@ -1,6 +1,5 @@ # vim: ft=gitconfig [diff] - external = difft tool = difftastic [difftool] prompt = false |
