Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dbuild-perf-test-wrapper.sh45 commitish=""
56 c) commitish=$OPTARG
109 if [ -n "$commitish" ]; then
115 if echo "$commitish" | grep -q ":"; then
116 commit=`echo "$commitish" | cut -d":" -f2`
117 branch=`echo "$commitish" | cut -d":" -f1`
119 commit="$commitish"
120 branch="$commitish"
123 echo "Checking out $commitish"