]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.gitconfig: always abbreviate commit id's
[dotfiles.git] / .gitconfig
index c16415a947a8760147054b0b1f3e3bbecfabbcf0..b3e81d7b57c30205123d0c285b47ee2d2843e0ac 100644 (file)
@@ -22,6 +22,9 @@
        wdiff = diff --word-diff
        wshow = show --word-diff
 
+[branch]
+       autosetuprebase = always
+
 [color]
        ui = auto
 
@@ -88,6 +91,9 @@
 [core]
        pager = less -FRSXgimq
 
+[log]
+       abbrevCommit = true
+
 [merge]
        tool = vimdiff