From e9bb7d6d0e713da3f7d2bba2e1dd6eb834fa8af4 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 16 Sep 2022 14:34:14 +0200 Subject: [PATCH] config/git/config: follow in log by default --- .config/git/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index 9b972b2..6437322 100644 --- a/.config/git/config +++ b/.config/git/config @@ -43,14 +43,15 @@ [difftool "nvim"] cmd = "nvim -d \"$LOCAL\" \"$REMOTE\"" -[status] - showStash = true [pager] branch = false # Disable pagination for branch list +[status] + showStash [grep] - lineNumber = true + lineNumber [log] date=local + follow [commit] verbose