Searched refs:commitish (Results 1 – 1 of 1) sorted by relevance
45 commitish=""56 c) commitish=$OPTARG109 if [ -n "$commitish" ]; then115 if echo "$commitish" | grep -q ":"; then116 commit=`echo "$commitish" | cut -d":" -f2`117 branch=`echo "$commitish" | cut -d":" -f1`119 commit="$commitish"120 branch="$commitish"123 echo "Checking out $commitish"