]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: remove core.pager and pass -FRSX in env
[dotfiles.git] / .gitconfig
index c16415a947a8760147054b0b1f3e3bbecfabbcf0..4a411ea5a43ba005fcdb3111908a3989f7d2e440 100644 (file)
        stb = status --short --branch
        unstage = reset HEAD --
        wdiff = diff --word-diff
-       wshow = show --word-diff
+       wshow = show --word-diff --decorate
+
+[branch]
+       autosetuprebase = always
 
 [color]
        ui = auto
@@ -85,8 +88,8 @@
        untracked = red
        updated = magenta
 
-[core]
-       pager = less -FRSXgimq
+[log]
+       abbrevCommit = true
 
 [merge]
        tool = vimdiff