Home
last modified time | relevance | path

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

/u-boot/tools/patman/
A Dgitutil.py18 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument
94 def GuessUpstream(git_dir, branch): argument
124 def GetUpstream(git_dir, branch): argument
155 def GetRangeInBranch(git_dir, branch, include_upstream=False): argument
171 def CountCommitsInRange(git_dir, range_expr): argument
189 def CountCommitsInBranch(git_dir, branch, include_upstream=False): argument
238 def Clone(git_dir, output_dir): argument
250 def Fetch(git_dir=None, work_tree=None): argument
266 def CheckWorktreeIsAvailable(git_dir): argument
280 def AddWorktree(git_dir, output_dir, commit_hash=None): argument
[all …]
A Dpatchstream.py672 def get_list(commit_range, git_dir=None, count=None): argument
689 def get_metadata_for_list(commit_range, git_dir=None, count=None, argument
/u-boot/tools/buildman/
A Dbuilder.py233 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument

Completed in 7 milliseconds