HomeSort by relevance Sort by last modified time
    Searched refs:cherry (Results 1 - 5 of 5) 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
5 # Grep for commits with "cherry picked from commit" in the commit message.
6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
7 grep "cherry picked from commit" |\
8 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
15 if [ -f bin/.cherry-ignore ] ; then
16 if grep -q ^$sha bin/.cherry-ignore ; then
  /external/bison/
Makefile.am 74 --strip-cherry-pick \
  /external/curl/
update_curl.sh 161 git cherry-pick --no-commit "${target_sha}" --not "${current_sha}"
  /external/v8/tools/
v8-info.sh 123 git cherry -v svn/trunk svn/$1 | while read merge; do
  /external/opencv3/modules/viz/include/opencv2/viz/
types.hpp 104 static Color cherry();
303 inline cv::viz::Color cv::viz::Color::cherry() { return Color( 99, 29, 222); } function in class:cv::viz::Color

Completed in 196 milliseconds