remove '--all' from git tree alias
authorKen-ichi Mito <mitty@mitty.jp>
Fri, 7 Feb 2014 08:52:05 +0000 (17:52 +0900)
committerKen-ichi Mito <mitty@mitty.jp>
Fri, 7 Feb 2014 08:52:05 +0000 (17:52 +0900)
TipAndDoc/.gitconfig

index ef93437..52d66c1 100644 (file)
@@ -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]