From 0268e907c15a1e3de42e3714f4402774917144e5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 20 Dec 2014 04:56:54 -0800 Subject: [PATCH] Disable rerere for now. I only want it on when i really want it. --- dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 97f8bdaa..806582a3 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -82,3 +82,5 @@ [include] path = ~/.gitconfig.custom +[rerere] + enabled = false