From 58874c0adab412366b336f016b90a6cec9b80f0b Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 23 Mar 2012 16:34:20 -0700 Subject: [PATCH] Update push URL in SUBMITTING_PATCHES Pushes are now accepted at the same address as clone/fetch/pull, which is much easier for users to understand and work with. Change-Id: Ia4f3c4db2034fae985baaf2347ac8bb061a5569c --- SUBMITTING_PATCHES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES index e766ef1de4..553ab34092 100644 --- a/SUBMITTING_PATCHES +++ b/SUBMITTING_PATCHES @@ -5,7 +5,7 @@ Short Version: - Make sure all code is under the Apache License, 2.0. - Publish your changes for review: - git push https://gerrit-review.googlesource.com/gerrit HEAD:refs/for/master + git push https://gerrit.googlesource.com/gerrit HEAD:refs/for/master Long Version: @@ -70,7 +70,7 @@ Ensure you have obtained a unique HTTP password to identify yourself: Push your patches over HTTPS to the review server, possibly through a remembered remote to make this easier in the future: - git config remote.review.url https://google-review.googlesource.com/gerrit + git config remote.review.url https://gerrit.googlesource.com/gerrit git config remote.review.push HEAD:refs/for/master git push review