From 891da54b79ab4cce788bbd29df159eed89be2d70 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 18 Oct 2012 17:00:00 +0200 Subject: gitconfig: do not use pager if not required use the correct parameters, so that less exits itself, if the output is smaller than the current terminal size --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 805d925..cf93570 100644 --- a/gitconfig +++ b/gitconfig @@ -23,6 +23,7 @@ [core] excludesfile = ~/.dotfiles/gitglobalignore + pager = less -X -R -F [merge] log = true -- cgit v1.2.3