Home
last modified time | relevance | path

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

/external/u-boot/tools/buildman/
Dcontrol.py181 count, msg = gitutil.CountCommitsInBranch(options.git_dir,
/external/u-boot/tools/patman/
Dgitutil.py179 def CountCommitsInBranch(git_dir, branch, include_upstream=False): function