* build-aux/gitlog-to-changelog: Add $sha to above warning diagnostic.
+2021-02-25 Bernhard Voelker <mail@bernhard-voelker.de>
+
+ gitlog-to-changelog: output SHA in "empty commit message" warning
+ * build-aux/gitlog-to-changelog: Add $sha to above warning diagnostic.
+
2021-02-24 Paul Eggert <eggert@cs.ucla.edu>
glob: include libc-config.h in a more-standard way
eval 'exec perl -wSx "$0" "$@"'
if 0;
-my $VERSION = '2020-04-04 15:07'; # UTC
+my $VERSION = '2021-02-24 23:42'; # 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
# If there were any lines
if (@line == 0)
{
- warn "$ME: warning: empty commit message:\n $date_line\n";
+ warn "$ME: warning: empty commit message:\n"
+ . " commit $sha\n $date_line\n";
}
else
{