[Libreoffice-commits] dev-tools.git: scripts/annotate.pl
Caolán McNamara
caolanm at redhat.com
Wed Jun 5 03:10:14 PDT 2013
scripts/annotate.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 331d4b3000a4f5b8fddd492c7deb2bb2526206f1
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Jun 5 11:09:54 2013 +0100
show unannotated count
diff --git a/scripts/annotate.pl b/scripts/annotate.pl
index 8bcad14..1e6b8c1 100755
--- a/scripts/annotate.pl
+++ b/scripts/annotate.pl
@@ -128,7 +128,9 @@ sub dump_breakdown($)
}
}
- print "$annotated annotations of $rev_count commits\n";
+ my $todo = $rev_count - $annotated;
+
+ print "$annotated annotations of $rev_count commits. $todo unannotated\n";
for my $stem (sort { $frequency{$b} <=> $frequency{$a} } keys %frequency) {
print "$frequency{$stem}\t$stem\n";
}
More information about the Libreoffice-commits
mailing list