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