aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/generate-change-log1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/generate-change-log b/tools/generate-change-log
index 3a6b38e7..e155f2cc 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});