Prevent git log paging if output fits in screen
From http://stackoverflow.com/a/14118014
This commit is contained in:
parent
29d184eb1e
commit
795610d418
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
editor = vim
|
editor = vim
|
||||||
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
trustctime = false # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
|
||||||
|
pager = less -F -X
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = nothing
|
default = nothing
|
||||||
|
|
Loading…
Add table
Reference in a new issue