Searched refs:CountCommitsInBranch (Results 1 – 2 of 2) sorted by relevance
160 count, msg = gitutil.CountCommitsInBranch(options.git_dir,
180 def CountCommitsInBranch(git_dir, branch, include_upstream=False): function