Prevent git log paging if output fits in screen

From http://stackoverflow.com/a/14118014
This commit is contained in:
Fernando Schauenburg 2016-02-01 23:42:03 +01:00
parent 29d184eb1e
commit 795610d418

View file

@ -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