Home
last modified time | relevance | path

Searched refs:git_cmd (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/
Dget_maintainer.py564 git_cmd = ("git",) + args
565 git_cmd_s = " ".join(shlex.quote(word) for word in git_cmd) # For errors
569 git_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/Zephyr-latest/scripts/ci/
Dcheck_compliance.py46 git_cmd = ("git",) + args
48 cp = subprocess.run(git_cmd, capture_output=True, cwd=cwd)