HomeSort by relevance Sort by last modified time
    Searched refs:cherry (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/bin/
get-extra-pick-list.sh 4 # previously cherry-picked to a stable branch.
15 # Grep for commits with "cherry picked from commit" in the commit message.
16 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
17 grep "cherry picked from commit" |\
18 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
20 # For each cherry-picked commit...
34 if [ -f bin/.cherry-ignore ] ; then
35 if grep -q ^$candidate bin/.cherry-ignore ; then
get-pick-list.sh 3 # Script for generating a list of candidates for cherry-picking to a stable branch
14 # Grep for commits with "cherry picked from commit" in the commit message.
15 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
16 grep "cherry picked from commit" |\
17 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
24 if [ -f bin/.cherry-ignore ] ; then
25 if grep -q ^$sha bin/.cherry-ignore ; then
get-typod-pick-list.sh 18 # Grep for commits with "cherry picked from commit" in the commit message.
19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
20 grep "cherry picked from commit" |\
21 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
28 if [ -f bin/.cherry-ignore ] ; then
29 if grep -q ^$sha bin/.cherry-ignore ; then
get-fixes-pick-list.sh 4 # cherry-picking to a stable branch
18 # ... and the ones cherry-picked.
19 git log --reverse --grep="cherry picked from commit" $latest_branchpoint..HEAD |\
20 grep "cherry picked from commit" |\
21 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
28 if [ -f bin/.cherry-ignore ] ; then
29 if grep -q ^$sha bin/.cherry-ignore ; then
34 # Skip if it has been already cherry-picked.
60 # Be that cherry-picked ...
  /external/tensorflow/tensorflow/tools/ci_build/install/
install_openblas_ppc64le.sh 27 git cherry-pick -X theirs 961d25e9c7e4a1758adb1dbeaa15187de69dd052
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/release/
merge-git.sh 77 git cherry-pick $git_hash
80 echo "** cherry-pick failed enter 'e' to exit or 'c' when you have finished resolving the conflicts:"
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/
checkout.sh 25 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
26 Cherry-picks are performed in the sorted order using the
123 echo "Cherry-picking r$CHERRY_REV into $CHECKOUT_DIR"
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/
build_docker_image.sh 35 -c|--cherrypick revision to cherry-pick. Can be specified multiple times.
36 Cherry-picks are performed in the sorted order using the

Completed in 1859 milliseconds