]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: add --decorate to wshow
authorOleg Broytman <phd@phdru.name>
Sat, 1 Aug 2015 18:46:10 +0000 (21:46 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 1 Aug 2015 18:46:10 +0000 (21:46 +0300)
.gitconfig

index b3e81d7b57c30205123d0c285b47ee2d2843e0ac..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