From 3f2fa5a8330e57b7af12a7c016f5335495509a69 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:16:25 -0500 Subject: [PATCH] Git: improve aliases --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 84b6c9e..f69eb6c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -84,7 +84,8 @@ # Get all user.* config me = config --get-regexp user # Get my commits - mine = !git shortlog -sne --author=\"$(git config user.name)\" + mine = !git log --author=\"$(git config user.name)\" + stat-mine = !git shortlog -sne --author=\"$(git config user.name)\" # Get a parent commit from the argument parent = log --pretty=%P -n 1 # Remove newly gitignored files