Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dpatman135 options.count = gitutil.CountCommitsToBranch() - options.start
H A Dpatman.py135 options.count = gitutil.CountCommitsToBranch() - options.start
H A Dgitutil.py53 def CountCommitsToBranch(): function