diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-18 17:16:18 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-18 17:16:18 +0100 |
commit | 4f9d1e6a2401be4bd19585aa277c30bde41fe74d (patch) | |
tree | 76eec738a711201f0d0552789ce61d47bf550f59 | |
parent | a5f56eaec6fb722bff9a235070b233686337b269 (diff) |
ct status: Use git status --short
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -297,7 +297,7 @@ function vcs_setup { function vcs_status ( typeset gitstatus vcs_setup $1 - gitstatus=$(git status) + gitstatus=$(git status --short) [[ $gitstatus == *'nothing to commit (working directory clean)' ]] && gitstatus='' echo $gitstatus ) |