Home | History | Annotate | Download | only in scripts

Lines Matching refs:signoff

73   --no-signoff               do not check for 'Signed-off-by' line
198 'signoff!' => \$chk_signoff,
2235 my $signoff = 0;
2510 # Check the patch for a signoff:
2512 $signoff++;
6490 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {