Restrict difftool to the aliases
This commit is contained in:
parent
9e0e4ac61f
commit
8d4861b599
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue