Lines Matching refs:BRANCH
56 BRANCH="$OPTARG"
133 if [ -z "$BRANCH" ]; then
134 BRANCH=$(git branch | grep -e "^\* " | cut -d' ' -f2)
135 echo "NOTE: Assuming remote branch '$BRANCH', use -b to override."
152 WEB_URL="http://git.yoctoproject.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
155 WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH"
158 WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
161 WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"
169 echo "Pushing '$BRANCH' on '$REMOTE' as requested..."
170 git push $REMOTE $L_BRANCH:$BRANCH
175 echo "WARNING: Branch '$BRANCH' was not found on the contrib git tree."
215 git request-pull $RELATIVE_TO $REMOTE_URL $L_BRANCH:$BRANCH >> "$PM"