mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 00:32:05 -04:00
no need for the signed off messages in our changelog
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
This commit is contained in:
parent
d8c20cc487
commit
de6f3dddf6
1 changed files with 1 additions and 0 deletions
|
|
@ -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});
|
||||
|
|
|
|||
Loading…
Reference in a new issue