From a0efbc8c6bf5dd2977d76875947b8b64369c007e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 29 Apr 2024 11:26:52 +0100 Subject: [PATCH] Add summary of changed files to git last --- roles/home-cli/files/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/gitconfig b/roles/home-cli/files/gitconfig index 7e4c855..9a7314e 100644 --- a/roles/home-cli/files/gitconfig +++ b/roles/home-cli/files/gitconfig @@ -17,7 +17,7 @@ [alias] graph = log --graph --oneline --all l1 = log --pretty=oneline - last = log -1 HEAD --pretty=fuller + last = log -1 HEAD --pretty=fuller --stat lastmail = format-patch --stdout -1 HEAD [filter "lfs"] clean = git-lfs clean -- %f