]> git.ipfire.org Git - thirdparty/libtool.git/commit
maint: patch gitlog-to-changelog to reduce bogus warnings.
authorGary V. Vaughan <gary@gnu.org>
Thu, 3 Jan 2013 09:49:35 +0000 (16:49 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sat, 26 Jan 2013 04:19:11 +0000 (11:19 +0700)
commit2d96bc612cfd0542b8dfbeec74f0217d1e27eb82
treee91e5199f211f048d2093c11d296666e79b67f4b
parenta5a4944fbb2bbd20adb12bd357d3b41e9a44b246
maint: patch gitlog-to-changelog to reduce bogus warnings.

Rather than trying to find a new useful warning among the 55
expected warnings from vanilla gitlog-to-changelog, patch it to
elide the bogus warnings from duplicate log entries.
* gl/bulid-aux/gitlog-to-changelog.diff: Omit-from-ChangeLog is
a new log entry tag to skip legitimate log duplicates.
* build-aux/git-log-fix: Instead of deleting all content of
duplicates and generating a warning, append the new
Omit-from-ChangeLog tag to elide silently.
* Makefile.am *($(changelog)): Remove the 'expect 55 warnings'
echo.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am
build-aux/git-log-fix
gl/build-aux/gitlog-to-changelog.diff