]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Add .hushlogin, show /etc/motd in .profile if it was changed
[dotfiles.git] / .gitconfig
index 66a284234459b24f18c87522514305651b27339f..d5535a102d2c0301c94cfb601bf39b770bcbd437 100644 (file)
@@ -20,7 +20,7 @@
        stb = status --short --branch
        unstage = reset HEAD --
        wdiff = diff --word-diff
-       wshow = show --word-diff
+       wshow = show --word-diff --decorate
 
 [branch]
        autosetuprebase = always
@@ -91,6 +91,9 @@
 [core]
        pager = less -FRSXgimq
 
+[log]
+       abbrevCommit = true
+
 [merge]
        tool = vimdiff