projects
/
lab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257952a
)
remove '--all' from git tree alias
author
Ken-ichi Mito
<mitty@mitty.jp>
Fri, 7 Feb 2014 08:52:05 +0000
(17:52 +0900)
committer
Ken-ichi Mito
<mitty@mitty.jp>
Fri, 7 Feb 2014 08:52:05 +0000
(17:52 +0900)
TipAndDoc/.gitconfig
patch
|
blob
|
history
diff --git
a/TipAndDoc/.gitconfig
b/TipAndDoc/.gitconfig
index
ef93437
..
52d66c1
100644
(file)
--- 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]