Lines Matching refs:refs
57 git push origin @:refs/for/master
64 git push origin @:refs/for/chrome/m57
89 git push origin @:refs/for/master
94 git push origin @:refs/for/master%m=$M
103 git push origin @:refs/for/master%l=Commit-Queue+1,m=$M
121 git config alias.gerrit-push 'push origin @:refs/for/master'
146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/master%m=$(echo $*|sed "s/[…
161 (refs/remotes/*);;
164 local UPSTREAM="${UPSTREAM_FULL#refs/remotes/}"
168 echo git push $REMOTE @:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}
169 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
174 …refs/remotes/*);;(*)echo "Set your remote upstream branch.";return 2;;esac;U="${F#refs/remotes/}";…