From f5d4f662fdff8ff95bd813469bbc577bfbdd0eeb Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 30 Nov 2012 03:17:02 +0100 Subject: [PATCH] gitconfig: Rename glog to tig and add --decorate. --- gitconfig.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.1