Lines Matching full:refs
59 git push origin @:refs/for/master
66 git push origin @:refs/for/chrome/m57
91 git push origin @:refs/for/master
95 git push origin @:refs/for/master%m=this_is_the_patch_set_comment_message
115 git config alias.gerrit-push 'push origin @:refs/for/master'
140 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
147 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[…
155 (refs/remotes/*);;
158 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
162 echo git push $REMOTE @:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}
163 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
168 …refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;esac;U="${F#refs/remotes/}";…