diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2008-02-08 14:30:35 +0100 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-03-07 14:15:20 +0100 |
commit | 22b278a3c7045deebc72fbba98f86dc7fe5fbc46 (patch) | |
tree | 8c8faf6f45e5e7f5b2b2f971871fff008662678c | |
parent | 37c79a74a154088a6cf056f88a12417089376ed2 (diff) |
Don't show anymore the "checking git status" bar because of mail check output.
-rw-r--r-- | 01_Functions.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh index 6966f56..d991013 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -50,7 +50,7 @@ check_git_status () GITBRANCH=$(get_git_branch); if [ "$GITBRANCH" != "" ] then - preprint "Check git status..." + #preprint "Check git status..." #_git_status=$(git-status 2>&- | grep -E '^# ([[:alpha:]]+ )+(but not|to be)( [[:alpha:]]+)+:$') if [ "$(git-diff --cached | lsdiff)" != "" ] ; then COLOR_GIT=$COLOR_TO_BE_COMMITED |