Searched refs:commit_range (Results 1 – 2 of 2) sorted by relevance
/u-boot/tools/patman/ |
A D | gitutil.py | 18 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 43 if commit_range: 44 cmd.append(commit_range) 204 def CountCommits(commit_range): argument 212 pipe = [LogCmd(commit_range, oneline=True),
|
A D | patchstream.py | 672 def get_list(commit_range, git_dir=None, count=None): argument 685 params = gitutil.LogCmd(commit_range, reverse=True, count=count, 689 def get_metadata_for_list(commit_range, git_dir=None, count=None, argument 710 stdout = get_list(commit_range, git_dir, count)
|
Completed in 11 milliseconds