Home
last modified time | relevance | path

Searched refs:git_args (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/
Dupdate.py23 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/
Dlastchange.py103 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/
Dsearch_related_commits.py68 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()
Dtest_mergeinfo.py22 def _execute_git(self, git_args): argument
24 fullCommand = ["git", "-C", self.base_dir] + git_args
Dtest_search_related_commits.py22 def _execute_git(self, git_args): argument
24 fullCommand = ["git", "-C", self.base_dir] + git_args