]> Savannah Git Hosting - gnulib.git/commitdiff
* build-aux/gitlog-to-changelog: don’t quote `like this'
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Jun 2023 22:00:37 +0000 (15:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Jun 2023 22:03:29 +0000 (15:03 -0700)
build-aux/gitlog-to-changelog

index 4678bad10505cb34a2aa6b854abbc9fbb8c7a3ab..43e4a37adf40e90f08c0342781b1fc1593292956 100755 (executable)
@@ -35,7 +35,7 @@
 eval 'exec perl -wSx "$0" "$@"'
      if 0;
 
-my $VERSION = '2022-01-27 18:49'; # UTC
+my $VERSION = '2023-06-24 21:59'; # UTC
 # The definition above must lie within the first 8 lines in order
 # for the Emacs time-stamp write hook (at end) to update it.
 # If you change this file with Emacs, please let the write hook
@@ -355,7 +355,7 @@ sub git_dir_option($)
           . "(expected date/author/email):\n$author_line\n";
 
       # Format 'Copyright-paperwork-exempt: Yes' as a standard ChangeLog
-      # `(tiny change)' annotation.
+      # '(tiny change)' annotation.
       my $tiny = (grep (/^(?:Copyright-paperwork-exempt|Tiny-change):\s+[Yy]es$/, @line)
                   ? '  (tiny change)' : '');