Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py354 def interpretPatchHeader(headerlines): member in GitApplyTree
427 outlines, author, date, subject = GitApplyTree.interpretPatchHeader(lines)
435 … _, newauthor, newdate, newsubject = GitApplyTree.interpretPatchHeader(out.splitlines())