]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Set grep.fallbackToNoIndex
[dotfiles.git] / .gitconfig
index 0581c556b3b00165fe4ccc8f6f969e2a3c94f4c1..7bb34b9f4719169e8b1d957864ce94586d479448 100644 (file)
        dump = cat-file -p
        file = cat-file -t
        type = cat-file -t
+       ff = merge --ff-only
+       git = !git
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        ld = log --decorate
        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
 
 
 [push]
        default = simple
+       followTags = true
 
 [receive]
        denyNonFastForwards = true