From 3b5cca3513a8af3ad3b6559504a5132670cb5455 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 15 Jul 2023 11:09:38 +0200 Subject: [PATCH] git: use --stat for show command --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 34ac5d3..ee18805 100644 --- a/.gitconfig +++ b/.gitconfig @@ -25,7 +25,7 @@ cl = clone --filter=blob:none d = diff --stat -p -C --color-words dg = diff --stat -p -C ds = diff --staged --stat -p -C --color-words -sh = show --color-words +sh = show --stat -p -C --color-words dt = difftool patch = !git --no-pager diff --no-color co = checkout