Searched defs:git_command (Results 1 – 3 of 3) sorted by relevance
100 git_command = "git diff --name-only HEAD" variable102 git_command = "git ls-tree -r --name-only -r HEAD" variable
230 git_command = "git diff --name-only HEAD" variable232 git_command = "git ls-tree -r --name-only -r HEAD" variable
161 pub(crate) fn git_command<'a>(repo_dir: impl Into<Option<&'a Path>>, cmd: &str) -> Command { in git_command() function