Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:5b5ad49431c7bb651a9815f5bda6d2a239f19f98
Author...:Sami Kerola
Committer:Sami Kerola
Date.....:Sun Apr 20 09:52:38 2014 +0100
Parents..:2ba68ee5a514c3e9d378f256abd2ff40393a4990

Message
maint: add an example how to use git-log-fix file

* build-aux/git-log-fix: ditto

Changes
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
line changes: +6/-0
index af702fe..75675fd
--- a/build-aux/git-log-fix
+++ b/build-aux/git-log-fix
@@ -1,3 +1,9 @@
 # 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.
+
+# Here is an example, with leading "#" to comment it out:
+#
+#e480417a611ac479f235d423322fadfc1c99f1d7
+## Use full commit id in title:
+#s/714f2a2/714f2a2cef287c51dfd0b49fad0b8d8830565993/

This website is licensed under AGPL-3.0. Feel free to copy!