From: Oleg Broytman Date: Sat, 1 Aug 2015 18:46:10 +0000 (+0300) Subject: .gitconfig: add --decorate to wshow X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=56526d608e013e5cac3488b66c6bf5f267357667 .gitconfig: add --decorate to wshow --- diff --git a/.gitconfig b/.gitconfig index b3e81d7..d5535a1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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