]> git.netwichtig.de Git - user/henk/vcsh/git.git/commitdiff
Allow searching case-sensitively again
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 23 Feb 2021 14:43:34 +0000 (15:43 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Tue, 23 Feb 2021 14:43:34 +0000 (15:43 +0100)
.config/git/config

index e4551be9f472912ff5cd84b5d67c0d187074371a..323e9c24cdf38b4b01fbce3169c0fc5102ca9ffa 100644 (file)
@@ -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