[Libreoffice-commits] .: bin/analyse-commits

Petr Mladek pmladek at kemper.freedesktop.org
Mon Oct 18 06:03:22 PDT 2010


 bin/analyse-commits |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc01361d00735f1cb767f6f2936110847ac5a63f
Author: Petr Mladek <pmladek at suse.cz>
Date:   Mon Oct 18 15:02:20 2010 +0200

    analyse-commits: do not ignore commits to the libreoffice/build repo

diff --git a/bin/analyse-commits b/bin/analyse-commits
index a748840..4de0fec 100755
--- a/bin/analyse-commits
+++ b/bin/analyse-commits
@@ -16,7 +16,7 @@ tmp=`mktemp`
 start='2010-09-28'
 
 git log --after=$start --pretty=format:"$format" 2>&1 > $tmp
-for i in clone/*; do (cd $i && git log --after=$start --pretty=format:"$format" 2>/dev/null); done > $tmp
+for i in clone/*; do (cd $i && git log --after=$start --pretty=format:"$format" 2>/dev/null); done >> $tmp
 
 eval sort $tmp | uniq $uniq | sort -n | nl
 echo "$tmp"


More information about the Libreoffice-commits mailing list