Lines Matching refs:branch
25 -c COMMITISH test (checkout) this commit, <branch>:<commit> can be
26 specified to test specific commit of certain branch
117 branch=`echo "$commitish" | cut -d":" -f1`
120 branch="$commitish"
124 git branch -D $branch &> /dev/null
125 if ! git checkout -f $branch &> /dev/null; then
132 if [ -z "$commit_hash" -o "`git merge-base $branch $commit`" != "$commit_hash" ]; then
133 echo "ERROR: branch $branch does not contain commit $commit"
140 branch=`git symbolic-ref HEAD 2> /dev/null`
142 branch=${branch:11}
199 --branch-name "{hostname}/{branch}/{machine}" \
207 sanitized_branch=`echo $branch | tr / _`
222 if [ -n "$rsync_dst" -a -n "$branch" ]; then