summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index 8790f7a..011d950 100755
--- a/bin/ct
+++ b/bin/ct
@@ -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
)