diff --git a/Documentation/doc.css b/Documentation/doc.css index a1c233393d..6b2cacdbe3 100644 --- a/Documentation/doc.css +++ b/Documentation/doc.css @@ -32,6 +32,22 @@ li p { padding: 2px; } +.listingblock > .content pre { + background: none; + border: 0 solid silver; + padding: 0 0 0 0; +} + dl dt { margin-top: 1em; } + +table.tableblock { + border-collapse: collapse; +} + +table.tableblock, +th.tableblock, +td.tableblock { + border: 1px solid #EEE; +} diff --git a/Documentation/error-prohibited-by-gerrit.txt b/Documentation/error-prohibited-by-gerrit.txt index 2e7d4d6714..4c7bf22a29 100644 --- a/Documentation/error-prohibited-by-gerrit.txt +++ b/Documentation/error-prohibited-by-gerrit.txt @@ -13,18 +13,21 @@ In particular this error occurs: 2. if you bypass code review without link:access-control.html#category_push_direct['Push'] access right on `refs/heads/*` -3. if you push an annotated tag without +3. if you bypass code review pushing to a non-existing branch without + link:access-control.html#category_create['Create Reference'] access + right on `refs/heads/*` +4. if you push an annotated tag without link:access-control.html#category_push_annotated['Push Annotated Tag'] access right on 'refs/tags/*' -4. if you push a signed tag without +5. if you push a signed tag without link:access-control.html#category_push_signed['Push Signed Tag'] access right on 'refs/tags/*' -5. if you push a lightweight tag without the access right link:access-control.html#category_create['Create +6. if you push a lightweight tag without the access right link:access-control.html#category_create['Create Reference'] for the reference name 'refs/tags/*' -6. if you push a tag with somebody else as tagger and you don't have the +7. if you push a tag with somebody else as tagger and you don't have the link:access-control.html#category_forge_committer['Forge Committer'] access right for the reference name 'refs/tags/*' -7. if you push to a project that is in state 'Read Only' +8. if you push to a project that is in state 'Read Only' For new users it often happens that they accidentally try to bypass code review. The push then fails with the error message 'prohibited