]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: add gi alias (grep --ignore-case)
[config/dotfiles.git] / gitconfig.in
index 1334b7a53677d3618765ad03ddd7c4e005a48669..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
 [transfer]
        # Automatically fsck objects when receiving them (respected by git
        # receive-pack and git fetch (>= 1.7.8, for fetch)).
-       fsckobjects = yes
+       fsckObjects = yes
 
 # vim: ft=gitconfig