From: Simon Ruderich Date: Fri, 30 Nov 2012 02:17:02 +0000 (+0100) Subject: gitconfig: Rename glog to tig and add --decorate. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=f5d4f662fdff8ff95bd813469bbc577bfbdd0eeb gitconfig: Rename glog to tig and add --decorate. --- diff --git a/gitconfig.m4 b/gitconfig.m4 index 766831a..f1e6672 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -113,7 +113,7 @@ include(../lib.m4) ## Custom commands. # # tig-like log view. - glog = log --pretty=oneline --graph --all + tig = log --pretty=oneline --graph --all --decorate [diff] # Detect copies and renames.