Searched refs:commit_range (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | gitutil.py | 19 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 44 if commit_range: 45 cmd.append(commit_range) 194 def CountCommits(commit_range): argument 202 pipe = [LogCmd(commit_range, oneline=True),
|
H A D | patchstream.py | 385 def GetMetaDataForList(commit_range, git_dir=None, count=None, argument 405 params = gitutil.LogCmd(commit_range, reverse=True, count=count,
|