summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ct4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ct b/bin/ct
index 011d950..e7a4fa2 100755
--- a/bin/ct
+++ b/bin/ct
@@ -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 (