HomeSort by relevance Sort by last modified time
    Searched refs:git_execute (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/release/
mergeinfo.py 11 from search_related_commits import git_execute
19 return git_execute(git_working_dir, ['show',
23 return git_execute(git_working_dir, ['show',
31 return git_execute(git_working_dir, cmd).strip().splitlines()
42 commits = git_execute(git_working_dir, ['log',
53 branches = git_execute(git_working_dir, ['branch',
100 mergeOutput = git_execute(git_working_dir, ['branch',
search_related_commits.py 51 original_message = git_execute(
77 found_by_hash = git_execute(
83 found_by_commit_pos = git_execute(
93 found_by_title = git_execute(
116 commits_between = git_execute(
132 def git_execute(working_dir, args, verbose=False): function
148 text_to_print = git_execute(
167 git_execute(

Completed in 83 milliseconds