From b4243ecaa3462100b1b92984f5ffd328d61509b2 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Mon, 3 Mar 2008 12:17:06 +0100 Subject: Pas besoin de sortir les logs complets.. --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_Functions.zsh b/01_Functions.zsh index a0da3c0..9419d0d 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -45,7 +45,7 @@ get_git_branch () check_git_status () { ## GIT TRACKING ## - if [ "$GITCHECK" != "no" -a "$(git-log .)" != "" ] + if [ "$GITCHECK" != "no" -a "$(git-log --pretty=oneline .)" != "" ] then GITBRANCH=$(get_git_branch); if [ "$GITBRANCH" != "" ] -- cgit v1.2.3