From 8d4861b5998e51a54eff627785d6f8c8c63b6e27 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 12 May 2024 18:39:31 +0200 Subject: [PATCH] Restrict difftool to the aliases --- .config/git/config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.config/git/config b/.config/git/config index b65555f..90897c5 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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