Module: monitoring-plugins
    Branch: master
    Commit: de6f3dddf684180f6cfb7a4022477827007c7fd0
    Author: Sven Nierlein <[email protected]>
 Committer: Sven Nierlein <[email protected]>
      Date: Wed Jul 30 14:56:27 2014 +0200
       URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=de6f3dd

no need for the signed off messages in our changelog

Signed-off-by: Sven Nierlein <[email protected]>

---

 tools/generate-change-log | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/generate-change-log b/tools/generate-change-log
index 3a6b38e..e155f2c 100755
--- a/tools/generate-change-log
+++ b/tools/generate-change-log
@@ -51,6 +51,7 @@ while ($git_log =~ /$regex/gm) {
        $prev_date = $commit{date};
        $prev_name = $commit{name};
        $prev_email = $commit{email};
+       $commit{message} =~ s/\s*Signed\-off\-by.*$//sgmx;
 
        my @files = split(/\n/, $commit{files});
        my @message = map { s/^ {4}//; $_ } split(/\n/, $commit{message});

Reply via email to