Searched refs:signoff (Results 1 – 7 of 7) sorted by relevance
76 def CheckDuplicateSignoff(self, signoff): argument84 if signoff in self.signoff_set:86 self.signoff_set.add(signoff)
191 signoff = 'Signed-off-by: Simon Glass <sjg@chromium.org>\n'198 signoff = ''207 return data % (signoff, license, tab, indent, tab)
75 self.signoff = [] # Contents of signoff line
223 override the default signoff that patman automatically adds.
45 I have read this agreement and do so certify by adding my signoff to
50 git commit --signoff will add such a Signed-off-by line at the end of
2235 my $signoff = 0;2512 $signoff++;6490 if ($is_patch && $has_commit_log && $chk_signoff && $signoff == 0) {