X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=gitconfig.in;h=f6d7f241e05cca04eba5c3a5dba2b4557ac6bccb;hb=d04bd441a030e4e23c7a3e6d954a70e051bb28ec;hp=d1f7f60cf51fa84e35fc2fc20d43a7a13b4f3e1b;hpb=7c6bd583d9d0a4dce07f212da963244b94e3a708;p=config%2Fdotfiles.git diff --git a/gitconfig.in b/gitconfig.in index d1f7f60..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 @@ -203,7 +204,8 @@ [push] # When running git push without a refspec push only the current - # branch, see man page git-config(1) for details. + # branch, see man page git-config(1) for details. Default since Git + # 2.0. default = simple [format] @@ -214,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