diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-18 18:35:50 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-18 18:35:50 +0100 |
commit | a41e7b53b629c28553f5a0717388ade214d0ba75 (patch) | |
tree | b3662c19d55b57577e0494fbc0c1ab1ce8364a8a /bin/ct | |
parent | 4f9d1e6a2401be4bd19585aa277c30bde41fe74d (diff) |
vcs_status: Remove $gitstatus check, it's not neccessary with --short
Diffstat (limited to 'bin/ct')
-rwxr-xr-x | bin/ct | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -297,9 +297,7 @@ function vcs_setup { function vcs_status ( typeset gitstatus vcs_setup $1 - gitstatus=$(git status --short) - [[ $gitstatus == *'nothing to commit (working directory clean)' ]] && gitstatus='' - echo $gitstatus + git status --short ) function vcs_to_list ( |