Home
last modified time | relevance | path

Searched refs:git_command (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/mbedtls/scripts/
H A Dabi_check.py140 self.git_command = "git"
168 [self.git_command, "fetch",
181 [self.git_command, "worktree", "add", "--detach",
188 [self.git_command, "rev-parse", "HEAD"],
200 [self.git_command, "submodule", "update", "--init", '--recursive'],
211 [self.git_command, "fetch", version.crypto_repository,
222 [self.git_command, "checkout", crypto_rev],
369 [self.git_command, "worktree", "prune"],
H A Dcode_size_compare.py288 self.git_command = "git"
317 [self.git_command, "worktree", "add", "--detach",
390 [self.git_command, "worktree", "remove", "--force",
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dabi_check.py140 self.git_command = "git"
168 [self.git_command, "fetch",
181 [self.git_command, "worktree", "add", "--detach",
188 [self.git_command, "rev-parse", "HEAD"],
200 [self.git_command, "submodule", "update", "--init", '--recursive'],
211 [self.git_command, "fetch", version.crypto_repository,
222 [self.git_command, "checkout", crypto_rev],
369 [self.git_command, "worktree", "prune"],
H A Dcode_size_compare.py288 self.git_command = "git"
317 [self.git_command, "worktree", "add", "--detach",
390 [self.git_command, "worktree", "remove", "--force",
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/
Dcheck_namespace_qualification.py95 git_command = 'git diff --name-only HEAD' variable
97 git_command = 'git ls-tree -r --name-only -r HEAD' variable
99 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))
Dcheck_include_guards.py196 git_command = 'git diff --name-only HEAD' variable
198 git_command = 'git ls-tree -r --name-only -r HEAD' variable
200 FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter))
/aosp_15_r20/external/grpc-grpc/tools/distrib/
H A Dcheck_namespace_qualification.py96 git_command = "git diff --name-only HEAD" variable
98 git_command = "git ls-tree -r --name-only -r HEAD" variable
100 FILE_LIST_COMMAND = " | ".join((git_command, grep_filter))
H A Dcheck_include_guards.py230 git_command = "git diff --name-only HEAD" variable
232 git_command = "git ls-tree -r --name-only -r HEAD" variable
234 FILE_LIST_COMMAND = " | ".join((git_command, grep_filter))
/aosp_15_r20/external/cronet/testing/libfuzzer/
H A Dgen_fuzzer_owners.py112 git_command = GetGitCommand()
114 [git_command, '--git-dir', git_dir, 'ls-files', source],
130 [git_command, '--git-dir', git_dir, 'blame', '--porcelain', '-L3,3',
/aosp_15_r20/external/opencensus-java/buildscripts/
H A Dcheck-git-history.py32 git_command = 'git log --format="%P" HEAD^1..HEAD^2'
33 for line in os.popen(git_command):
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dgit_llvm_rev.py273 git_command = [
283 git_command,
296 raise subprocess.CalledProcessError(subp.returncode, git_command)
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dcreate_python_tree.py131 git_command = [
141 git_command,
/aosp_15_r20/tools/repohooks/tools/
H A Dcheckpatch.pl73 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
1131 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include…
1159 $files = `${git_command} ls-files "include/*.h"`;
1183 my $output = `${git_command} ls-files -- $filename 2>/dev/null`;
1193 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1244 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/aosp_15_r20/external/ltp/scripts/
H A Dcheckpatch.pl72 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
1107 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include…
1135 $files = `${git_command} ls-files "include/*.h"`;
1159 my $output = `${git_command} ls-files -- $filename 2>/dev/null`;
1169 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1220 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;
/aosp_15_r20/external/coreboot/util/lint/
H A Dcheckpatch.pl72 my $git_command ='git'; # coreboot
1021 …my $git_last_include_commit = `${git_command} log --no-merges --pretty=format:"%h%n" -1 -- include…
1049 $files = `${git_command} ls-files "include/*.h"`;
1073 my $output = `${git_command} log --no-color --format='%H %s' -1 $commit 2>&1`;
1124 my $lines = `${git_command} log --no-color --no-merges --pretty=format:'%H %s' $git_range`;