From 4f9d1e6a2401be4bd19585aa277c30bde41fe74d Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 18 Mar 2010 17:16:18 +0100 Subject: ct status: Use git status --short --- bin/ct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ) -- cgit v1.2.3