]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: add gi alias (grep --ignore-case)
authorSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:08 +0000 (14:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 12 Jul 2016 12:44:08 +0000 (14:44 +0200)
gitconfig.in

index 11f725a0fcd8c0002f19e6d5c176e21316a4d44f..f6d7f241e05cca04eba5c3a5dba2b4557ac6bccb 100644 (file)
@@ -73,6 +73,7 @@
        dcw = diff --cached --color-words
        dcs = diff --cached --stat
        g   = grep
+       gi  = grep --ignore-case
        s   = status
        l   = log
        ls  = log --stat