diff options
author | Werner Koch <[email protected]> | 2013-04-25 11:00:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2013-05-07 19:57:56 +0000 |
commit | e877f9ee129dcbc245736e9334cfbc6725f19f9a (patch) | |
tree | c0a03aefd07009566b5c0101885c32b48606e0b6 | |
parent | w32: Add icons and version information. (diff) | |
download | gnupg-e877f9ee129dcbc245736e9334cfbc6725f19f9a.tar.gz gnupg-e877f9ee129dcbc245736e9334cfbc6725f19f9a.zip |
Note: Wrong author in previous commit 049b3d9.
--
Magit keeps the author and date from the last commit unless reset with
a c-t. Time for Jim's git-log-fix.
-rw-r--r-- | scripts/git-log-fix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/git-log-fix b/scripts/git-log-fix index 2879d9206..e12b6acec 100644 --- a/scripts/git-log-fix +++ b/scripts/git-log-fix @@ -8,3 +8,7 @@ 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>/ |