]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Set push.recurseSubmodules = check
[dotfiles.git] / .gitconfig
index 23674acce639cbf67b5cdce60bab147704393387..cf38da967205738bc644e0bf669b8a5f71b5e521 100644 (file)
 [diff]
        indentHeuristic = true
 
+[grep]
+       fallbackToNoIndex = true
+
 [include]
        path = ~/lib/config/git/light_bg
 
 [log]
        abbrevCommit = true
+       #mailmap = true
 
 [merge]
        tool = vimdiff
 [push]
        default = simple
        followTags = true
+       recurseSubmodules = check
 
 [receive]
        denyNonFastForwards = true