Searched refs:git_dir (Results 1 – 7 of 7) sorted by relevance
| /u-boot/tools/patman/ |
| A D | gitutil.py | 32 if git_dir: 33 cmd += ['--git-dir', git_dir] 94 def GuessUpstream(git_dir, branch): argument 110 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)] 124 def GetUpstream(git_dir, branch): argument 181 pipe = [LogCmd(range_expr, git_dir=git_dir, oneline=True)] 225 if git_dir: 238 def Clone(git_dir, output_dir): argument 257 if git_dir: 266 def CheckWorktreeIsAvailable(git_dir): argument [all …]
|
| A D | patchstream.py | 672 def get_list(commit_range, git_dir=None, count=None): argument 686 git_dir=git_dir) 689 def get_metadata_for_list(commit_range, git_dir=None, count=None, argument 710 stdout = get_list(commit_range, git_dir, count)
|
| A D | func_test.py | 1047 stdout = patchstream.get_list(dest_branch, count=count, git_dir=gitdir)
|
| /u-boot/tools/buildman/ |
| A D | control.py | 142 options.git_dir = os.path.join(options.git, '.git') 235 count, msg = gitutil.CountCommitsInRange(options.git_dir, 238 count, msg = gitutil.CountCommitsInBranch(options.git_dir, 275 range_expr = gitutil.GetRangeInBranch(options.git_dir, 277 upstream_commit = gitutil.GetUpstream(options.git_dir, 280 options.git_dir, 1, series=None, allow_overwrite=True) 283 options.git_dir, None, series, allow_overwrite=True) 287 options.git_dir, count, series=None, allow_overwrite=True) 321 builder = Builder(toolchains, output_dir, options.git_dir,
|
| A D | builder.py | 280 self.git_dir = git_dir 1563 git_dir = os.path.join(thread_dir, '.git') 1567 if setup_git and self.git_dir: 1568 src_dir = os.path.abspath(self.git_dir) 1569 if os.path.isdir(git_dir): 1574 gitutil.Fetch(git_dir, thread_dir) 1576 elif os.path.isfile(git_dir): 1580 elif os.path.exists(git_dir): 1584 'or a directory.' % git_dir) 1611 if setup_git and self.git_dir: [all …]
|
| A D | builderthread.py | 205 git_dir = os.path.join(work_dir, '.git') 206 gitutil.Checkout(commit.hash, git_dir, work_dir,
|
| A D | test.py | 459 options.git_dir = None
|
Completed in 15 milliseconds