Home
last modified time | relevance | path

Searched defs:git_dir (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/tools/patman/
H A Dgitutil.py20 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument
85 def GuessUpstream(git_dir, branch): argument
115 def GetUpstream(git_dir, branch): argument
146 def GetRangeInBranch(git_dir, branch, include_upstream=False): argument
162 def CountCommitsInRange(git_dir, range_expr): argument
180 def CountCommitsInBranch(git_dir, branch, include_upstream=False): argument
209 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument
229 def Clone(git_dir, output_dir): argument
241 def Fetch(git_dir=None, work_tree=None): argument
H A Dpatchstream.py386 def GetMetaDataForList(commit_range, git_dir=None, count=None, argument
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py211 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument