summaryrefslogtreecommitdiffstats
path: root/SUBMITTING_PATCHES
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2012-03-23 16:34:20 -0700
committerShawn O. Pearce <sop@google.com>2012-03-29 00:57:14 -0400
commit58874c0adab412366b336f016b90a6cec9b80f0b (patch)
treee035ae7c38e930da0fbe29b69397513537d85ee8 /SUBMITTING_PATCHES
parentbcfe350d981f7478f45f5143e43a1cf0896806c5 (diff)
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
Diffstat (limited to 'SUBMITTING_PATCHES')
-rw-r--r--SUBMITTING_PATCHES4
1 files 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