From 423278a4926c4204aaf11286e655b117492b47f8 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 19 Mar 2011 22:58:12 +0800 Subject: [PATCH] Add --decorate to git-log. --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index fa958c8..cb16165 100644 --- a/.gitconfig +++ b/.gitconfig @@ -2,8 +2,8 @@ ci = commit co = checkout di = diff - gl = log --graph --pretty=oneline - glog = log --graph + gl = log --decorate --graph --pretty=oneline + glog = log --decorate --graph st = status --short [color] ui = auto