git: use --stat for show command

This commit is contained in:
Daniel Lundin 2023-07-15 11:09:38 +02:00
parent 0a369346e7
commit 3b5cca3513

View file

@ -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