]> Savannah Git Hosting - gnulib.git/commitdiff
gitlog-to-changelog: Tweak documentation.
authorBruno Haible <bruno@clisp.org>
Thu, 4 Jul 2024 21:09:30 +0000 (23:09 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 4 Jul 2024 21:09:30 +0000 (23:09 +0200)
* doc/gitlog-to-changelog.texi (gitlog-to-changelog): Omit irrelevant
detail.

ChangeLog
doc/gitlog-to-changelog.texi

index d480df5a2586cf64f93360df68227caffee3cfbd..b68ed39449de2edf9c8642c2e2056a31787c643d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-07-04  Bruno Haible  <bruno@clisp.org>
+
+       gitlog-to-changelog: Tweak documentation.
+       * doc/gitlog-to-changelog.texi (gitlog-to-changelog): Omit irrelevant
+       detail.
+
 2024-07-04  Collin Funk  <collin.funk1@gmail.com>
 
        Make time-stamp after-save-hooks buffer-local.
index 2b96721e5db0a2380d86613d9688369ed03275c9..6f1cabdcaf08d31fa111c52d0d5ba95e81355926 100644 (file)
@@ -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  <bruno@@clisp.org>
 
-       filemode tests: Tweak.
-       * tests/test-filemode.c: Update comment.
-       * modules/filemode-tests (Depends-on): Add unistd.
+       ...
 
 2024-06-18  Collin Funk  <collin.funk1@@gmail.com>
 
-       filemode: Add tests.
-       * modules/filemode-tests: New file.
-       * tests/test-filemode.c: New file.
+       ...
 
 2024-06-19  Bruno Haible  <bruno@@clisp.org>
 
-       copysignl tests: Avoid failure on Solaris 11.4.
-       * tests/test-copysignl.c: Include <float.h>.
-       (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