Searched refs:LogCmd (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, function 63 pipe = [LogCmd('@{upstream}..', oneline=True), 101 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)] 172 pipe = [LogCmd(range_expr, git_dir=git_dir, oneline=True)] 203 pipe = [LogCmd(commit_range, oneline=True), 579 cmd = LogCmd(None, count=0)
|
| H A D | patchstream.py | 406 params = gitutil.LogCmd(commit_range, reverse=True, count=count,
|