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

  /external/mesa3d/bin/
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
  /external/robolectric-shadows/scripts/
sync-android.sh 78 cd frameworks/base && git fetch https://android.googlesource.com/platform/frameworks/base refs/changes/75/310575/1 && git cherry-pick FETCH_HEAD && git commit -a -m "patch shortcut service"
84 cd external/robolectric && git fetch https://android.googlesource.com/platform/external/robolectric refs/changes/22/463722/1 && git cherry-pick FETCH_HEAD
  /external/v8/tools/
v8-info.sh 123 git cherry -v svn/trunk svn/$1 | while read merge; do

Completed in 416 milliseconds