From b0fc9355d86210339763935aeb586fed9deb6855 Mon Sep 17 00:00:00 2001 From: 10sr Date: Fri, 14 Oct 2011 15:17:43 +0900 Subject: [PATCH] add --stat option to git graph --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index e33639b..e09412a 100755 --- a/.bashrc +++ b/.bashrc @@ -148,7 +148,7 @@ _mygitconfig(){ git config --global color.ui auto git config --global status.relativePaths false git config --global status.showUntrackedFiles no - git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short" + git config --global alias.graph "log --graph --date-order -C -M --pretty=format:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=short --stat" git config --global alias.st "status" git config --global alias.b "branch" git config --global alias.ci "commit --verbose"