summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-03-03 12:17:06 +0100
committerHugues Hiegel <hugues@hiegel.fr>2008-03-07 14:15:21 +0100
commitb4243ecaa3462100b1b92984f5ffd328d61509b2 (patch)
tree061c095ed5e0cfaacf9f2ee39bdc0ab21b4da587
parenta101065b478dee84ecb7989358fef5d53847125c (diff)
Pas besoin de sortir les logs complets..
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
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" != "" ]