From 795610d418f997d719e114efcd95a64bf2781dd8 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Mon, 1 Feb 2016 23:42:03 +0100 Subject: [PATCH] Prevent git log paging if output fits in screen From http://stackoverflow.com/a/14118014 --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index a0f9e31..0a50201 100644 --- a/gitconfig +++ b/gitconfig @@ -27,6 +27,7 @@ excludesfile = ~/.gitignore_global editor = vim trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/ + pager = less -F -X [push] default = nothing