diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-05 18:59:51 -0700 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-05 18:59:51 -0700 |
commit | 35c47fb6f9b782af19dbe73f05ffb00e63e7a5cc (patch) | |
tree | 82d1681ce01d674c82cf1e4eaa20cad1f77dd30b /lib/gitlog-to-changelog | |
parent | 81b29007962cc4ceb06ceabcd02b21747582fe41 (diff) | |
download | automake-35c47fb6f9b782af19dbe73f05ffb00e63e7a5cc.tar.gz |
maint: Update files from upstream with 'make fetch'
* lib/INSTALL: Update.
* lib/config.guess: Likewise.
* lib/config.sub: Likewise.
* lib/gendocs.sh: Likewise.
* lib/gendocs_template: Likewise.
* lib/gitlog-to-changelog: Likewise.
* lib/gnupload: Likewise.
* lib/texinfo.tex: Likewise.
* lib/update-copyright: Likewise.
Diffstat (limited to 'lib/gitlog-to-changelog')
-rwxr-xr-x | lib/gitlog-to-changelog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/gitlog-to-changelog b/lib/gitlog-to-changelog index be8082e7f..9ff15f601 100755 --- a/lib/gitlog-to-changelog +++ b/lib/gitlog-to-changelog @@ -3,7 +3,7 @@ # Convert git log output to ChangeLog format. -# Copyright (C) 2008-2020 Free Software Foundation, Inc. +# Copyright (C) 2008-2021 Free Software Foundation, Inc. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ 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 @@ -455,7 +455,8 @@ sub git_dir_option($) # 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 { |