scripts/annotate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 788a2f7e386ee409d48a35cb9cac3ae8fa8c4853 Author: Caolán McNamara <[email protected]> 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) {
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
