2
0

.git-log-fix 439 B

12345678910111213
  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.
  4. 3b369e6bbe0fb6d7359398935706c87dd9375cb6
  5. # Date: Thu Feb 16 22:29:32 2012 +0100
  6. # Fix a typo.
  7. s| bur | bug |
  8. 22729165f6bb902daeb8a4d8e7cb06982390f327
  9. # Date: Fri Feb 17 10:13:15 2012 +0100
  10. # Fix a typo.
  11. s|.fix-git-log|.git-log-fix|