From 41617a0b6362758fb3ff9e06e1ca1b7df1e77f59 Mon Sep 17 00:00:00 2001 From: Ken-ichi Mito Date: Fri, 7 Feb 2014 17:52:05 +0900 Subject: [PATCH] remove '--all' from git tree alias --- TipAndDoc/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TipAndDoc/.gitconfig b/TipAndDoc/.gitconfig index ef93437..52d66c1 100644 --- a/TipAndDoc/.gitconfig +++ b/TipAndDoc/.gitconfig @@ -12,7 +12,7 @@ ls = ls-files nm = branch --no-merged st = status -uno - tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --all --date=short + tree = log --pretty=format:\"%h %ad %d\" --graph --simplify-by-decoration --date=short [core] excludesfile = ~/.gitignore [svn] -- 1.7.9.5