summaryrefslogtreecommitdiff
path: root/dot_config/git/difftastic.config
diff options
context:
space:
mode:
authorChloé Vulquin <code@toast.bunkerlabs.net>2024-04-21 10:56:01 +0200
committerChloé Vulquin <code@toast.bunkerlabs.net>2024-04-21 10:56:01 +0200
commit03c1f8621a3b6d57249e345beb3a2738dfad3cab (patch)
tree561de2496095874f1d43c9ea7595646591bf53c1 /dot_config/git/difftastic.config
parentfish/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 'dot_config/git/difftastic.config')
-rw-r--r--dot_config/git/difftastic.config1
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