blob: 8a30c448e91b9a6e448365e3604b45dd9955425c [file] [log] [blame]
Edwin Kempinfffa3df2011-01-14 07:05:55 +01001contains banned commit ...
2==========================
3
4With this error message Gerrit rejects to push a commit that is
5banned or that would merge in an ancestor that is banned.
6
7If a commit was identified as a bad commit (e.g. because it contains
8coding that violates intellectual property) and because of this it
9was removed from the central git repository it can be marked as
10banned. Gerrit will then prevent that this commit ever enters the
11repository again by rejecting every push of such a commit with the
12error message "contains banned commit ...".
13
14If you have commits that you want to push that are based on a banned
15commit you may want to link:http://www.kernel.org/pub/software/scm/git/docs/git-cherry-pick.html[cherry-pick] them onto a clean base and push
16them again.
17
18
19GERRIT
20------
21Part of link:error-messages.html[Gerrit Error Messages]