From 916de0d2ad288c115e78c61581b24c9a6a3f1f77 Mon Sep 17 00:00:00 2001
From: Freezed <2160318-free_zed@users.noreply.gitlab.com>
Date: Sun, 12 Jun 2022 14:54:48 +0200
Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20git=20alias?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tasks/user_cfg/files/dotfiles/gitconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tasks/user_cfg/files/dotfiles/gitconfig b/tasks/user_cfg/files/dotfiles/gitconfig
index 223dd52..5bf507e 100644
--- a/tasks/user_cfg/files/dotfiles/gitconfig
+++ b/tasks/user_cfg/files/dotfiles/gitconfig
@@ -23,7 +23,8 @@
 	fp = fetch --prune
 	lga = log --graph --oneline --decorate --since=10days --all
 	lgla = log --graph --oneline --decorate --date=short --all
-	lg = log --graph --oneline --decorate --since=10days
+	lg1 = git log --max-count=1 --stat
+	lg2 = git log --max-count=2 --stat
 	st = status
 
 [mergetool]
-- 
GitLab