X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitconfig;h=6616eb74d7c0ff932fce8cfbbee01c33f7c1c527;hb=78398a66a22eeaba0a3683441aa3f1572c99ded1;hp=7d669a75c46aaa4e39fafb33a7c5dfbb96ee9ea8;hpb=af0d8eb699d3bd179c744a00c567cca2ad34f9ce;p=dotfiles.git diff --git a/.gitconfig b/.gitconfig index 7d669a7..6616eb7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -181,11 +181,18 @@ [color] ui = auto +[diff] + indentHeuristic = true + +[grep] + fallbackToNoIndex = true + [include] path = ~/lib/config/git/light_bg [log] abbrevCommit = true + #mailmap = true [merge] tool = vimdiff @@ -198,10 +205,20 @@ [push] default = simple followTags = true + recurseSubmodules = check [receive] + #denyCurrentBranch = updateInstead + denyDeleteCurrent = true + #denyDeletes = true denyNonFastForwards = true +#[transfer] +# fsckObjects = true + +[user] + signingKey = 6E080B70B6287B03 + [web] browser = webbrowser