From 3ade94018ceedbb4aa0ec4f0f321235bf8aef84b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Tue, 8 Sep 2020 14:52:19 +0200 Subject: [PATCH] fix(gitconfig): slightly improved pager options --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 9d3eb6b..e70db12 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,7 +16,7 @@ [status] submoduleSummary = true [pager] - log = less -S + log = less --chop-long-lines --shift 3 [alias] graph = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all chronograph = graph --date-order