]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Don't use pager with clean.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:30:30 +0000 (17:30 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:30:30 +0000 (17:30 +0200)
If I quit the pager before git is finished not all files are removed.

gitconfig.m4

index 2b9889ec70fe87d3d686bc1e6dea238612257db4..2f1ee7afce180aed06e31f5ce2839b5245cba1d9 100644 (file)
@@ -19,7 +19,6 @@ include(../lib.m4)
 # Use pager for the following commands.
 [pager]
        status = yes
-       clean = yes
        tag = yes
 
 [alias]