Home
last modified time | relevance | path

Searched full:fetch_head (Results 1 – 25 of 31) sorted by relevance

12

/external/glide/
Dupdate_files.sh39 # FETCH_HEAD defined by the fetch of the tag/branch above
40 git merge FETCH_HEAD || true
79 # FETCH_HEAD defined by the fetch of the tag/branch above
80 GIT_SHA=$(git rev-parse FETCH_HEAD)
/external/cpu_features/.github/workflows/
Dclang_format.yml14 run: git diff --name-only FETCH_HEAD
24 …epo -w /repo linter:latest sh -c "git diff --diff-filter=d --name-only FETCH_HEAD | grep '\.c$\|\.…
/external/skqp/infra/bots/recipe_modules/checkout/examples/full.expected/
DBuild-Debian9-Clang-x86_64-Release-NoDEPS.json35 "FETCH_HEAD"
82 "FETCH_HEAD"
/external/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
DBuild-Debian10-Clang-x86_64-Release-NoDEPS.json59 "FETCH_HEAD"
105 "FETCH_HEAD"
/external/deqp-deps/glslang/
D.travis.yml58 git checkout FETCH_HEAD;
72 - git reset --hard FETCH_HEAD
/external/angle/third_party/vulkan-deps/glslang/src/
D.travis.yml58 git checkout FETCH_HEAD;
72 - git reset --hard FETCH_HEAD
/external/python/cpython2/.github/
Dappveyor.yml18 $mergebase = git merge-base HEAD FETCH_HEAD
/external/python/cpython3/.azure-pipelines/
Dprebuild-checks.yml10 echo "##vso[task.setvariable variable=diffTarget]HEAD \$(git merge-base HEAD FETCH_HEAD)"
/external/perfetto/infra/luci/recipes/perfetto.expected/
Dci_linux.json55 "FETCH_HEAD"
/external/skia/docker/skia-release/
DDockerfile30 && git checkout FETCH_HEAD \
/external/drm_hwcomposer/
D.gitlab-ci-checkcommit.sh32 git log --pretty='%h' FETCH_HEAD..HEAD | while read h; do
/external/skqp/docker/skia-release/
DDockerfile55 # && git checkout FETCH_HEAD \
/external/perfetto/infra/luci/recipes/
Dperfetto.py54 api.step('checkout', ['git', 'checkout', 'FETCH_HEAD'])
/external/python/cpython2/
D.travis.yml66 changes=$(git diff --name-only HEAD $(git merge-base HEAD FETCH_HEAD))
/external/swiftshader/third_party/
Dupdate-llvm-10.sh70 git checkout FETCH_HEAD
/external/skqp/site/dev/chrome/
Dmulti_repo_trybots.md34 'cherry-pick', 'FETCH_HEAD',
/external/skia/docker/skia-wasm-release/
DDockerfile36 && git checkout FETCH_HEAD \
/external/skia/site/docs/dev/chrome/
Dmulti_repo_trybots.md39 'cherry-pick', 'FETCH_HEAD',
/external/perfetto/infra/ci/sandbox/
Dtestrunner.sh50 git merge -q FETCH_HEAD -m merge
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dabicheck.sh121 git reset --hard FETCH_HEAD
/external/skqp/infra/bots/recipe_modules/checkout/
Dapi.py28 self.m.git('checkout', 'FETCH_HEAD')
/external/skia/infra/bots/recipe_modules/checkout/
Dapi.py43 self.m.git('checkout', 'FETCH_HEAD')
/external/python/cpython3/
D.travis.yml142 changes=$(git diff --name-only HEAD $(git merge-base HEAD FETCH_HEAD))
/external/python/cryptography/
DJenkinsfile39 git checkout -qf FETCH_HEAD
/external/oss-fuzz/infra/
Drepo_manager.py198 self.git(['checkout', '-f', 'FETCH_HEAD'], check_result=True)

12