From 736772a24a226ea7be684d3eaf9006bcd77b7eea Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Sep 2010 17:30:30 +0200 Subject: [PATCH] gitconfig: Don't use pager with clean. If I quit the pager before git is finished not all files are removed. --- gitconfig.m4 | 1 - 1 file changed, 1 deletion(-) 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] -- 2.44.1