]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Set grep.fallbackToNoIndex
[dotfiles.git] / .gitconfig
index 3860cb2642e7a43b2d54f5fbce970849c50610c0..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