From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: emacs-devel@gnu.org
Subject: gitlog-to-changelog
Date: Thu, 09 Apr 2015 12:23:03 +0300 [thread overview]
Message-ID: <83a8yhfyfc.fsf@gnu.org> (raw)
This scripts infloops on MS-Windows. The problem is this fragment:
my $date_line = sprintf "%s %s$tiny\n",
strftime ("%F", localtime ($1)), $2;
If I replace "%F" with the equivalent "%Y-%m-%d", the script runs to
completion and produces a ChangeLog file. Should I fix this in the
Emacs repository, or is the script maintained elsewhere?
Also, I see 2 additional minor issues with the script:
. It doesn't add the 'coding:' cookie at the end of the produced file.
. It unconditionally overwrites any local file named "ChangeLog",
which now most/all contributors will have. I wonder whether this
is necessary/desirable.
Thanks.
next reply other threads:[~2015-04-09 9:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-09 9:23 Eli Zaretskii [this message]
2015-04-09 16:52 ` gitlog-to-changelog Paul Eggert
2015-04-09 17:01 ` gitlog-to-changelog Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83a8yhfyfc.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=eggert@cs.ucla.edu \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).