From b44ebb7a5bc1211afff1306badcb6869b4b2dc73 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 26 Aug 2014 08:46:15 +0200 Subject: gitconfig: Disable color output So that vimpager doesnt interfere with the escape sequences. --- .config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/git/config b/.config/git/config index 9ffc38a..38d5d11 100644 --- a/.config/git/config +++ b/.config/git/config @@ -20,5 +20,8 @@ [push] default = simple +[color] + ui = false + [apply] whitespace = strip -- cgit