| gerrit ban-commit - Bans a commit from a project's repository. |
| _ssh_ -p <port> <host> _gerrit ban-commit_ |
| Marks a commit as banned for the specified repository. If a commit is |
| banned Gerrit rejects every push that includes this commit with |
| link:error-contains-banned-commit.html[contains banned commit ...]. |
| This command just marks the commit as banned, but it does not remove |
| the commit from the history of any central branch. This needs to be |
| Caller must be owner of the project or be a member of the privileged |
| This command is intended to be used in scripts. |
| Required; name of the project for which the commit should be |
| Required; commit(s) that should be banned. |
| Reason for banning the commit. |
| Ban commit `421919d015c062fd28901fe144a78a555d0b5984` from project |
| $ ssh -p 29418 review.example.com gerrit ban-commit myproject \ |
| 421919d015c062fd28901fe144a78a555d0b5984 |
| Part of link:index.html[Gerrit Code Review] |