From: Paul Eggert Date: Sat, 24 Jun 2023 22:00:37 +0000 (-0700) Subject: * build-aux/gitlog-to-changelog: don’t quote `like this' X-Git-Tag: v1.0~1192 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=0c5467f3bdfdf5b12ea0bb47ccd66317dcbf9b9f;p=gnulib.git * build-aux/gitlog-to-changelog: don’t quote `like this' --- diff --git a/build-aux/gitlog-to-changelog b/build-aux/gitlog-to-changelog index 4678bad105..43e4a37adf 100755 --- a/build-aux/gitlog-to-changelog +++ b/build-aux/gitlog-to-changelog @@ -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)' : '');