]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
Add .hushlogin, show /etc/motd in .profile if it was changed
[dotfiles.git] / .gitconfig
index 7bf84b449b157507b67169ec9a525ad08bb4842a..d5535a102d2c0301c94cfb601bf39b770bcbd437 100644 (file)
@@ -6,6 +6,7 @@
        co = checkout
        d = diff
        dc = diff --cached
+       dshow = show --decorate
        l = log --decorate
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        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
@@ -87,6 +91,9 @@
 [core]
        pager = less -FRSXgimq
 
+[log]
+       abbrevCommit = true
+
 [merge]
        tool = vimdiff