Lines Matching refs:refs
57 git push origin @:refs/for/main
64 git push origin @:refs/for/chrome/m57
89 git push origin @:refs/for/main
94 git push origin @:refs/for/main%m=$M
103 git push origin @:refs/for/main%l=Commit-Queue+1,m=$M
121 git config alias.gerrit-push 'push origin @:refs/for/main'
146 git push "$REMOTE" "@:refs/for/${REMOTE_BRANCH}%m=${MESSAGE}"
153 …git config alias.gerrit-push-message '!f(){ git push origin @:refs/for/main%m=$(echo $*|sed "s/[^A…
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/}";…