From a6d098d160ce5c5ef9378c6f658bfe1000597bcd Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 6 Aug 2022 13:25:10 +0200 Subject: [PATCH] Gitconfig: Disable pager on branch, stash, config list --- templates/_gitconfig.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/_gitconfig.j2 b/templates/_gitconfig.j2 index fed5e73..43a2c87 100644 --- a/templates/_gitconfig.j2 +++ b/templates/_gitconfig.j2 @@ -16,3 +16,11 @@ ff = only [init] defaultBranch = main +[pager] + branch = false + config = false + stash = false + +[alias] + hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32 + logs = log --show-signature