Searched refs:git_args (Results 1 – 1 of 1) sorted by relevance
25 git_args = ['git', 'clone', upstream_git, trace_viewer_dir] variable26 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)34 git_args = ['git', 'rev-parse', 'HEAD'] variable35 p = subprocess.Popen(git_args,