Searched refs:git_binary (Results 1 – 1 of 1) sorted by relevance
67 def get_commit_id_from_git(git_binary, source_dir): argument68 …value = subprocess.check_output([git_binary, "rev-parse", "HEAD"], cwd=source_dir).decode('utf-8')…