From: Simon Ruderich Date: Sat, 3 Apr 2010 00:04:17 +0000 (+0200) Subject: gitconfig: Also use pager for git clean. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a3b1b3a594672199ab254d915cc98289ece327d7 gitconfig: Also use pager for git clean. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index b452b68..36dcbd2 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -15,9 +15,10 @@ include(../lib.m4) editor = vim excludesfile = GITIGNORE + # Use pager for the following commands. [pager] - # Use pager with git status. status = yes + clean = yes [alias] # Shortcuts for often used commands.