]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Add log.mailmap but not enable it
[dotfiles.git] / .gitconfig
index f5605cf6e2a23511df7f38b87b24a51fb3a154f9..5ba4bd25003445c12ec7e1b5d7385f32955c1287 100644 (file)
        remotes = remote --verbose
        #root = !exec pwd
        root = rev-parse --show-toplevel
+       status = status --no-short
        st = status --short
        stb = status --short --branch
        sd = show --decorate
 [color]
        ui = auto
 
+[diff]
+       indentHeuristic = true
+
+[grep]
+       fallbackToNoIndex = true
+
 [include]
        path = ~/lib/config/git/light_bg
 
 [log]
        abbrevCommit = true
+       #mailmap = true
 
 [merge]
        tool = vimdiff