This commit is contained in:
Loic Nageleisen 2012-08-14 14:21:30 +02:00
parent 5555649ef1
commit dce385257e

View file

@ -137,7 +137,7 @@ __git_ps1_vars() {
# staged files # staged files
git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1 git diff-index --cached --quiet --ignore-submodules HEAD -- || staged=1
else else
# no current commit, we're a freshlt init'd repo # no current commit, we're a freshly init'd repo
new=1 new=1
fi fi
fi fi