From: Bruno Haible Date: Thu, 4 Jul 2024 21:09:30 +0000 (+0200) Subject: gitlog-to-changelog: Tweak documentation. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=41c6b35da690058d9c2ac235fcab7ece5d152d0d;p=gnulib.git gitlog-to-changelog: Tweak documentation. * doc/gitlog-to-changelog.texi (gitlog-to-changelog): Omit irrelevant detail. --- diff --git a/ChangeLog b/ChangeLog index d480df5a25..b68ed39449 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-07-04 Bruno Haible + + gitlog-to-changelog: Tweak documentation. + * doc/gitlog-to-changelog.texi (gitlog-to-changelog): Omit irrelevant + detail. + 2024-07-04 Collin Funk Make time-stamp after-save-hooks buffer-local. diff --git a/doc/gitlog-to-changelog.texi b/doc/gitlog-to-changelog.texi index 2b96721e5d..6f1cabdcaf 100644 --- a/doc/gitlog-to-changelog.texi +++ b/doc/gitlog-to-changelog.texi @@ -61,31 +61,24 @@ gen-ChangeLog: The use of @option{--commit-timezone} means that @file{ChangeLog} dates correctly represent when a committer pushed a change according to their time zone. However, as a consequence @file{ChangeLog} dates will no -longer be monotonically increasing. This behavior may be undesired, -especially when developers are spread across many different time zones. +longer be monotonically increasing, if the developers are spread across +different time zones. For example, the following three commits were made in a short period of -time across two different time zones: +time across two different time zones. +This behavior may be undesired. @example 2024-06-19 Bruno Haible - filemode tests: Tweak. - * tests/test-filemode.c: Update comment. - * modules/filemode-tests (Depends-on): Add unistd. + ... 2024-06-18 Collin Funk - filemode: Add tests. - * modules/filemode-tests: New file. - * tests/test-filemode.c: New file. + ... 2024-06-19 Bruno Haible - copysignl tests: Avoid failure on Solaris 11.4. - * tests/test-copysignl.c: Include . - (LDBL_BYTES): New macro. - (main): Use it instead of sizeof (long double). - * modules/copysignl-tests (Depends-on): Add float. + ... @end example If you wish to limit the @file{ChangeLog} entries (perhaps for size