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