From: Oleg Broytman Date: Tue, 16 May 2017 14:16:53 +0000 (+0300) Subject: .gitconfig: Set grep.fallbackToNoIndex X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3877f7b9e823abb214f00ef5bff4c2cffdc5b11f .gitconfig: Set grep.fallbackToNoIndex --- diff --git a/.gitconfig b/.gitconfig index 23674ac..7bb34b9 100644 --- a/.gitconfig +++ b/.gitconfig @@ -184,6 +184,9 @@ [diff] indentHeuristic = true +[grep] + fallbackToNoIndex = true + [include] path = ~/lib/config/git/light_bg