Home
last modified time | relevance | path

Searched defs:git_command (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/tools/distrib/
Dcheck_namespace_qualification.py100 git_command = "git diff --name-only HEAD" variable
102 git_command = "git ls-tree -r --name-only -r HEAD" variable
Dcheck_include_guards.py230 git_command = "git diff --name-only HEAD" variable
232 git_command = "git ls-tree -r --name-only -r HEAD" variable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/build_system/
Dutils.rs161 pub(crate) fn git_command<'a>(repo_dir: impl Into<Option<&'a Path>>, cmd: &str) -> Command { in git_command() function