Searched refs:git_args (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/ |
D | update.py | 23 git_args = ['git', 'clone', upstream_git, catapult_dir] variable 24 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir) 32 git_args = ['git', 'rev-parse', 'HEAD'] variable 33 p = subprocess.Popen(git_args,
|
/external/v8/build/util/ |
D | lastchange.py | 103 git_args = ['log', '-1', '--format=%H'] 105 git_args.append('--grep=^Cr-Commit-Position:') 106 proc = RunGitCommand(directory, git_args) 136 git_args = ['log', '-1', '--format=%b'] 138 git_args.append('--grep=git-svn-id') 139 proc = RunGitCommand(directory, git_args)
|
/external/v8/tools/release/ |
D | search_related_commits.py | 68 def git_args(grep_pattern): function 78 git_working_dir, git_args(start_hash), verbose).strip() 84 git_working_dir, git_args(commit_position), verbose).strip() 94 git_working_dir, git_args(title), verbose).strip()
|
D | test_mergeinfo.py | 22 def _execute_git(self, git_args): argument 24 fullCommand = ["git", "-C", self.base_dir] + git_args
|
D | test_search_related_commits.py | 22 def _execute_git(self, git_args): argument 24 fullCommand = ["git", "-C", self.base_dir] + git_args
|