Re: [PATCH] Quote 'like this', not `like this'.
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.gnu.config.patches,gmane.comp.sysutils.autoconf.bugs |
|---|---|
| Organization | UCLA Computer Science Department |
| Message-ID | <[email protected]> |
On 2023-06-23 11:52, Dmitry V. Levin wrote: > Since gitlog-to-changelog is imported from gnulib, I'd rather not fork > gitlog-to-changelog and import the fix when it lands there. Oh, good catch. I installed the attached into the Gnulib copy.
0001-build-aux-gitlog-to-changelog-don-t-quote-like-this.patch
(text/x-patch, 1.3 KB)
From 0c5467f3bdfdf5b12ea0bb47ccd66317dcbf9b9f Mon Sep 17 00:00:00 2001 From: Paul Eggert <[email protected]> Date: Sat, 24 Jun 2023 15:00:37 -0700 Subject: [PATCH] =?UTF-8?q?*=20build-aux/gitlog-to-changelog:=20don?= =?UTF-8?q?=E2=80=99t=20quote=20`like=20this'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build-aux/gitlog-to-changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)' : ''); -- 2.39.2