Restrict difftool to the aliases

This commit is contained in:
Tobias Reisinger 2024-05-12 18:39:31 +02:00
parent 9e0e4ac61f
commit 8d4861b599
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -11,7 +11,6 @@
[diff]
tool = difftastic
external = difft
[difftool]
prompt = false
[difftool "difftastic"]
@ -24,12 +23,10 @@
b = branch -vv
ci = commit
cia = commit -C HEAD --amend
d = diff
dc = diff --cached
ds = diff --stat
dw = diff --word-diff=color
dt = difftool
dtc = difftool --cached
d = difftool
dc = difftool --cached
ds = difftool --stat
dw = difftool --word-diff=color
l = log --graph
lo = log --graph --decorate --pretty='format:%C(auto)%h <%as>%d %s' --abbrev-commit --all
s = status