From: Simon Ruderich Date: Mon, 13 Sep 2010 15:30:30 +0000 (+0200) Subject: gitconfig: Don't use pager with clean. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=736772a24a226ea7be684d3eaf9006bcd77b7eea gitconfig: Don't use pager with clean. If I quit the pager before git is finished not all files are removed. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 2b9889e..2f1ee7a 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -19,7 +19,6 @@ include(../lib.m4) # Use pager for the following commands. [pager] status = yes - clean = yes tag = yes [alias]