summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@sap.com>2012-01-24 09:04:54 +0100
committerEdwin Kempin <edwin.kempin@sap.com>2012-01-26 07:43:21 +0100
commitc398ab45d338fb2042e21a89acca926cbf7cdfb8 (patch)
tree4a2f16d8e8593ab9c7eb8e3ede1c8ed7377c5e48
parent937074ba17ca3306ab6c4fd2b8d7a9ab398c2915 (diff)
Improve 'Push Merge Commit' access right documentation
In the documentation the 'Push Merge Commit' access right was named 'Push Merge'. Correct the name to be consistent with the name that is displayed in the Gerrit WebUI. In addition remove the link to the 'Push' access right from the documentation of the error 'you are not allowed to upload merges'. When the user gets this error he has already the 'Push' access right assigned and only 'Push Merge Commit' is missing. If 'Push' would be missing the user would get an 'Upload Denied' error. Also the 'Push Merge Commit' documentation explains that it requires 'Push'. This means just having the link to 'Push Merge Commit' should be sufficiant for the 'you are not allowed to upload merges' error description. Change-Id: Idfec58e52ba77c967abb97deb6cc90f42c3395d9 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
-rw-r--r--Documentation/access-control.txt16
-rw-r--r--Documentation/error-not-allowed-to-upload-merges.txt5
2 files changed, 10 insertions, 11 deletions
diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt
index 4ad3239adc..8e9362384d 100644
--- a/Documentation/access-control.txt
+++ b/Documentation/access-control.txt
@@ -619,15 +619,15 @@ The force option has no function when granted to a branch in the
[[category_push_merge]]
-Upload Merge Commits
+Push Merge Commits
~~~~~~~~~~~~~~~~~~~~
-The `Push Merge` permits the user to upload merge commits. It's an
-addon to the `Push` permission, and so it won't be sufficient
-with only `Push Merge` granted for a push to happen. Some projects
-wish to restrict merges to being created by Gerrit. By granting
-`Push` without `Push Merge`, the only merges that enter the
-system will be those created by Gerrit.
+The `Push Merge Commit` permits the user to upload merge commits.
+It's an addon to the <<category_push,Push>> access right, and so it
+won't be sufficient with only `Push Merge Commit` granted for a push
+to happen. Some projects wish to restrict merges to being created by
+Gerrit. By granting `Push` without `Push Merge Commit`, the only
+merges that enter the system will be those created by Gerrit.
[[category_push_annotated]]
@@ -802,7 +802,7 @@ Conversion table from 2.1.x series to 2.2.x series
|Push Branch +3 (refs/tags/*) |<<category_push_direct,Push>> (with force on refs/tags/...)
|Read +1 |<<category_read,Read>>
|Read +2 |<<category_read,Read>> & <<category_push_review,Push>> (refs/for/refs/...)
-|Read +3 |<<category_read,Read>> & <<category_push_review,Push>> (refs/for/refs/...) & <<category_push_merge,Push merge>>
+|Read +3 |<<category_read,Read>> & <<category_push_review,Push>> (refs/for/refs/...) & <<category_push_merge,Push Merge Commit>>
|Submit |<<category_submit,Submit>>
|=================================================================================
diff --git a/Documentation/error-not-allowed-to-upload-merges.txt b/Documentation/error-not-allowed-to-upload-merges.txt
index 9aa144a028..981ba91ccc 100644
--- a/Documentation/error-not-allowed-to-upload-merges.txt
+++ b/Documentation/error-not-allowed-to-upload-merges.txt
@@ -7,9 +7,8 @@ project to which the push is done.
If you need to upload merge commits, you can contact one of the
project owners and request permissions to upload merge commits
-(access right link:access-control.html#category_push['Push'] and
-link:access-control.html#category_push_merge['Push merge']) for this
-project.
+(access right link:access-control.html#category_push_merge['Push Merge Commit'])
+for this project.
If one of your changes could not be merged in Gerrit due to conflicts
and you created the merge commit to resolve the conflicts, you might