Searched refs:commit_range (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | gitutil.py | 20 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 45 if commit_range: 46 cmd.append(commit_range) 195 def CountCommits(commit_range): argument 203 pipe = [LogCmd(commit_range, oneline=True),
|
| H A D | patchstream.py | 386 def GetMetaDataForList(commit_range, git_dir=None, count=None, argument 406 params = gitutil.LogCmd(commit_range, reverse=True, count=count,
|