all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gitlog-to-changelog
@ 2015-04-09  9:23 Eli Zaretskii
  2015-04-09 16:52 ` gitlog-to-changelog Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2015-04-09  9:23 UTC (permalink / raw)
  To: Paul Eggert; +Cc: emacs-devel

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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-09 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09  9:23 gitlog-to-changelog Eli Zaretskii
2015-04-09 16:52 ` gitlog-to-changelog Paul Eggert
2015-04-09 17:01   ` gitlog-to-changelog Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.