diff options
author | David Pursehouse <david.pursehouse@sonymobile.com> | 2012-08-21 16:26:07 +0900 |
---|---|---|
committer | Gustaf Lundh <gustaf.lundh@sonymobile.com> | 2012-08-21 14:06:10 +0200 |
commit | a43f42f9ffed69ee807852230e514b7c4bff5855 (patch) | |
tree | 14779d2ed495d0d06a080ba261ec8caced24bd43 | |
parent | bb8337fe0fbdd27c91ca0208f9492cf7bf738af0 (diff) | |
download | git-repo-a43f42f9ffed69ee807852230e514b7c4bff5855.tar.gz |
Patches should be submitted to master, not maint
Update SUBMITTING_PATCHES accordingly.
Change-Id: I6fd57a84c67d3762f1f23276d95cac2aeecd5e8f
-rw-r--r-- | SUBMITTING_PATCHES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SUBMITTING_PATCHES b/SUBMITTING_PATCHES index 63b0e571..cba67416 100644 --- a/SUBMITTING_PATCHES +++ b/SUBMITTING_PATCHES | |||
@@ -5,7 +5,7 @@ Short Version: | |||
5 | - Make sure all code is under the Apache License, 2.0. | 5 | - Make sure all code is under the Apache License, 2.0. |
6 | - Publish your changes for review: | 6 | - Publish your changes for review: |
7 | 7 | ||
8 | git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/maint | 8 | git push https://gerrit-review.googlesource.com/git-repo HEAD:refs/for/master |
9 | 9 | ||
10 | 10 | ||
11 | Long Version: | 11 | Long Version: |
@@ -71,7 +71,7 @@ Push your patches over HTTPS to the review server, possibly through | |||
71 | a remembered remote to make this easier in the future: | 71 | a remembered remote to make this easier in the future: |
72 | 72 | ||
73 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo | 73 | git config remote.review.url https://gerrit-review.googlesource.com/git-repo |
74 | git config remote.review.push HEAD:refs/for/maint | 74 | git config remote.review.push HEAD:refs/for/master |
75 | 75 | ||
76 | git push review | 76 | git push review |
77 | 77 | ||