Home
last modified time | relevance | path

Searched refs:commitemail (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py304 self.commitemail = d.getVar('PATCH_GIT_USER_EMAIL')
409 def gitCommandUserOptions(cmd, commituser=None, commitemail=None, d=None): argument
412 commitemail = d.getVar('PATCH_GIT_USER_EMAIL')
415 if commitemail:
416 cmd += ['-c', 'user.email="%s"' % commitemail]
419 def prepareCommit(patchfile, commituser=None, commitemail=None): argument
455 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail)
465 def addNote(repo, ref, key, value=None, commituser=None, commitemail=None): argument
472 GitApplyTree.gitCommandUserOptions(cmd, commituser, commitemail)
476 def removeNote(repo, ref, key, commituser=None, commitemail=None): argument
[all …]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.0.9.rst102 - patch.py: set commituser and commitemail for addNote