[Libreoffice-commits] dev-tools.git: scripts/annotate.pl

Caolán McNamara caolanm at redhat.com
Wed Mar 6 02:04:09 PST 2013


 scripts/annotate.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 788a2f7e386ee409d48a35cb9cac3ae8fa8c4853
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 6 10:03:39 2013 +0000

    allow annotate.pl --fetch to work

diff --git a/scripts/annotate.pl b/scripts/annotate.pl
index c2529ef..5b7ff66 100755
--- a/scripts/annotate.pl
+++ b/scripts/annotate.pl
@@ -199,7 +199,7 @@ if (!defined $git_dir) {
     chomp ($git_dir);
 }
 
-if (!$list && !$stats) {
+if (!$list && !$stats && !$fetch) {
 
     print "$note_text' '$note_hash\n";
     if (!defined $note_text || !defined $note_hash) {


More information about the Libreoffice-commits mailing list