From 701c1968602b6c6631fe58ae7b127ff5815c216a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Tue, 23 Feb 2021 15:43:34 +0100 Subject: [PATCH] Allow searching case-sensitively again --- .config/git/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/git/config b/.config/git/config index e4551be..323e9c2 100644 --- a/.config/git/config +++ b/.config/git/config @@ -98,9 +98,9 @@ # grep on filename f = "!git ls-files | grep -i" - g = grep -Ii - gr = grep -Ii - grep = grep -Ii + g = grep -I + gr = grep -I + grep = grep -I log = log --graph l = log --graph -- 2.39.5