From 9b47b43325a0877f22f40c87eda03545b945a0ec Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 22 May 2024 10:30:04 +0100 Subject: [PATCH] Add sum/summary alias to git --- roles/home-cli/files/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 366c8d9..3a4f44e 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -23,6 +23,8 @@ l1 = log --pretty=oneline last = log -1 HEAD --pretty=fuller --stat lastmail = format-patch --stdout -1 HEAD + sum = log --compact-summary + summary = log --compact-summary [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f