Searched defs:git_dir (Results 1 – 5 of 5) 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 84 def GuessUpstream(git_dir, branch): argument 114 def GetUpstream(git_dir, branch): argument 145 def GetRangeInBranch(git_dir, branch, include_upstream=False): argument 161 def CountCommitsInRange(git_dir, range_expr): argument 179 def CountCommitsInBranch(git_dir, branch, include_upstream=False): argument 208 def Checkout(commit_hash, git_dir=None, work_tree=None, force=False): argument 228 def Clone(git_dir, output_dir): argument 240 def Fetch(git_dir=None, work_tree=None): argument
|
H A D | patchstream.py | 385 def GetMetaDataForList(commit_range, git_dir=None, count=None, argument
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 162 def shrink_repo(git_dir): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | gitarchive.py | 165 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name… argument
|
/openbmc/u-boot/tools/buildman/ |
H A D | builder.py | 223 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument
|