From a3b1b3a594672199ab254d915cc98289ece327d7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 3 Apr 2010 02:04:17 +0200 Subject: [PATCH] gitconfig: Also use pager for git clean. --- gitconfig.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.44.1