Add core.preloadindex=yes, and modify "git st" to short version.

This commit is contained in:
Gea-Suan Lin
2011-03-19 21:40:42 +08:00
parent 31276b0684
commit 23775b2bb8

View File

@@ -3,9 +3,11 @@
co = checkout co = checkout
gl = log --graph --pretty=oneline gl = log --graph --pretty=oneline
glog = log --graph glog = log --graph
st = status st = status --short
[color] [color]
ui = auto ui = auto
[core]
preloadindex = yes
[user] [user]
email = darkkiller@gmail.com email = darkkiller@gmail.com
name = Gea-Suan Lin name = Gea-Suan Lin