blob: 3703ade1777bc7371ca5e5e53d4dfabd3db916ad [file] [log] [blame]
Edwin Kempin4fc2a522014-02-20 16:35:29 +01001= missing subject; Change-Id must be in commit message footer
2
3With this error message Gerrit rejects to push a commit to a project
4which is configured to always require a Change-Id in the commit
5message if the commit message of the pushed commit does not contain
6a subject and a message, but only a Change-Id.
7
8This error happens if the Change-Id is the only line in the commit
9message.
10
11You can see the commit messages for existing commits in the history
12by doing a link:http://www.kernel.org/pub/software/scm/git/docs/git-log.html[git log].
13
14== Change-Id is the only line in the commit message
15
16Gerrit does not parse the subject of a commit message for the
17Change-Id even if this is the only and last paragraph of the commit
18message.
19
20If the Change-Id is the only line in the commit message you must update
21the commit message and insert a subject as the first line in the commit
22message. The Change-Id must be in the last paragraph of the commit
23message, i.e. separated from the subject by a blank line. How to update
24the commit message is explained
25link:error-push-fails-due-to-commit-message.html[here].
26
27
28GERRIT
29------
30Part of link:error-messages.html[Gerrit Error Messages]
31
32SEARCHBOX
33---------