Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatman.py132 options.count = gitutil.CountCommitsToBranch() - options.start
H A Dpatman132 options.count = gitutil.CountCommitsToBranch() - options.start
H A Dgitutil.py54 def CountCommitsToBranch(): function