X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=f6d7f241e05cca04eba5c3a5dba2b4557ac6bccb;hb=d04bd441a030e4e23c7a3e6d954a70e051bb28ec;hp=1334b7a53677d3618765ad03ddd7c4e005a48669;hpb=d1aec4077e1e8b4c2cb3a89ab3131c31b497974f;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index 1334b7a..f6d7f24 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -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 @@ -215,6 +216,6 @@ [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