From: Simon Ruderich Date: Tue, 30 Mar 2010 22:47:59 +0000 (+0200) Subject: gitconfig: Also use a pager for git status. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=af1d0957f6e2684094c5339f426f19cff3dd7bc4 gitconfig: Also use a pager for git status. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index b8fd3b6..b452b68 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -15,6 +15,10 @@ include(../lib.m4) editor = vim excludesfile = GITIGNORE +[pager] + # Use pager with git status. + status = yes + [alias] # Shortcuts for often used commands. c = commit -v