Merge branch 'stable-2.8'

* stable-2.8:
  Add another case to the prohibited by Gerrit error documentation
  Add border for tables in documentation
  Remove double border around code snippets in documentation

Change-Id: I3580a43b2630151b2260ade5ed50c5e12d669015
This commit is contained in:
David Pursehouse
2014-02-21 10:37:41 +09:00
2 changed files with 24 additions and 5 deletions

View File

@@ -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;
}

View File

@@ -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