aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git-log-fix
blob: e12b6acece03ec5af95d9c9dc6280f0a1d111ab7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is expected to be used via gitlog-to-changelog's --amend=FILE
# option.  It specifies what changes to make to each given SHA1's commit
# log and metadata, using Perl-eval'able expressions.

8dff0096132fff70a5ee29a50222aebcd9b41ec7
s/Conflicts:/--/

d9d98c510b936d48755f8c01165d7efa32502d24
# Fix old cherry-picked message.
s/(fix wLangId in.*)/\1\n--/

049b3d9ca0285d15c00c215ac9b533c994196ca4
# Fix wrong author
s/Ian Abbott.*>/Werner Koch <wk\@gnupg.org>/