]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: Set push.recurseSubmodules = check
[dotfiles.git] / .gitconfig
index c7383fe3550dba5522157ae3f2139c94f40afa15..cf38da967205738bc644e0bf669b8a5f71b5e521 100644 (file)
        checkin = commit
        ci = commit
        cat = cat-file -p
+       dir = rev-parse --git-dir
        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
 
 [log]
        abbrevCommit = true
+       #mailmap = true
 
 [merge]
        tool = vimdiff
 
 [push]
        default = simple
+       followTags = true
+       recurseSubmodules = check
 
 [receive]
        denyNonFastForwards = true