]> Sergey Matveev's repositories - gerrvim.git/blobdiff - gerrvim2json.pl
Raise copyright years
[gerrvim.git] / gerrvim2json.pl
index 79566e047a995759807c8d73896d8278e1956f9e..01a580b0adb9cf856ce14c779ce64fe68d7f7462 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 # gerrvim -- Gerrit review's comments preparation helper
-# Copyright (C) 2015 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2019 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -68,7 +68,8 @@ while (<>) {
         $verbatim_block = 0;
     };
 };
-comment_done;
+comment_done if defined $filename;
+($main_message = buf2str) if !$blockn;
 
 my %result = (comments => \%comments);
 ($result{message} = $main_message) if $main_message;