diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-10-30 11:53:05 +0100 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-10-30 11:53:05 +0100 |
| commit | cc5d59382f84ea45d3a1e85647924d96864b05ae (patch) | |
| tree | f698dacf2922f91f0d3919b6bc304138527994c6 | |
| parent | 003c590ae8c5990c6e460164cfd71ff0630bba56 (diff) | |
| download | findutils-cc5d59382f.tar.gz | |
maint: fix bug URL in ChangeLog entry
* build-aux/git-log-fix (v4.7.0-15-g6e55ad98): Tweak ChangeLog entry
for this commit during 'make dist' to reference the bug system on
Savannah instead of that on debbugs.gnu.org.
Reported by Axel Beckert in
https://sv.gnu.org/bugs/?57291
| -rw-r--r-- | build-aux/git-log-fix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix index 6bb2966..a09f297 100644 --- a/build-aux/git-log-fix +++ b/build-aux/git-log-fix @@ -2,6 +2,11 @@ # option. It specifies what changes to make to each given SHA1's commit # log and metadata, using Perl-eval'able expressions. +# Fix bug reference URL: +# https://debbugs.gnu.org/?57291 -> https://sv.gnu.org/bugs/?57291 +6e55ad98b1d8c66b524fb415f08cd2a599c7e654 +s,bugs.gnu.org,sv.gnu.org/bugs, + # Suppress a merge log message. 3e94355b192ffd647ec22031c61c5df61b27f334 s,Merge branch 'master'.*,IGNORE_THIS, |
