From 7b124fdd71912ab6d9d8c9769e956bb8a4152a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Mon, 3 Dec 2018 13:33:46 +0100 Subject: [PATCH] .gitconfig: git-log does no longer wrap lines containing commit messages that are too long, such as this --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 6854586..4552f7c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,5 +14,7 @@ excludesfile = ~/.gitignore [status] submoduleSummary = true +[pager] + log = less -S [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