maint: adjust the URL that will appear in the generated announcement
[coreutils.git] / build-aux / git-log-fix
blob5a30b89c084144ca0e2f2ef968ed9b7447370d09
1 # This file is expected to be used via gitlog-to-changelog's --amend=FILE
2 # option.  It specifies what changes to make to each given SHA1's commit
3 # log and metadata, using Perl-eval'able expressions.
5 3a169f4c5d9159283548178668d2fae6fced3030
6 # fix title:
7 s/all tile types/all file types/
9 e181802521d4e19e367dbe8cfa877296bb5dafb2
10 # fix the title!
11 s,seq:,factor:,
13 3ece0355d52e41a1b079c0c46477a32250278c11
14 # correct the URL
15 s,<http.+?>,<http://bugs.debian.org/412688>,
17 ed5c4e770a27862813c0182be8680abeb005d15b
18 # Wrong bug ID:
19 s,/363011,/350541,
20 # in this:
21 # Suggested by Josselin Mouette in <http://bugs.debian.org/363011>
23 1379ed974f1fa39b12e2ffab18b3f7a607082202
24 # Due to a bug in vc-dwim, I mis-attributed a patch by Paul to myself.
25 # Change the author to be Paul.  Note the escaped "@":
26 s,Jim .*>,Paul Eggert <eggert\@cs.ucla.edu>,
28 209850fd7e1e89cf8937310878bd22d70e3588a5
29 s/isspace/isblank/
30 # in this:
31 # * tests/misc/uniq: New file.  Test for the above, but only
32 # when isspace(0240).
34 760bc6f7e73014e934a744a9d46ea8dbf5ba25c8
35 s/Now, each/Now, the/;
36 s!(elicits.*)\.!first $1, and the second works properly.!
37 # change the log from this:
38 #   Without this, `truncate -s '> -1' F` would truncate F to length 0,
39 #   and `truncate -s " +1" F` would truncate F to 1 byte.  Now, each
40 #   elicits a diagnostic.
41 # to this:
42 #   Without this, `truncate -s '> -1' F` would truncate F to length 0,
43 #   and `truncate -s " +1" F` would truncate F to 1 byte.  Now, the
44 #   first elicits a diagnostic, and the second works properly.