Home
last modified time | relevance | path

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

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