Merge "Fix rendering of CommitInfo table in changes REST API documentation"

This commit is contained in:
Edwin Kempin 2015-07-21 09:11:29 +00:00 committed by Gerrit Code Review
commit 253c60a4a7

View File

@ -3944,25 +3944,25 @@ The `CommentRange` entity describes the range of an inline comment.
=== CommitInfo === CommitInfo
The `CommitInfo` entity contains information about a commit. The `CommitInfo` entity contains information about a commit.
[options="header",cols="1,6"] [options="header",cols="1,^1,5"]
|========================== |===========================
|Field Name |Description |Field Name ||Description
|`commit` |The commit ID. |`commit` ||The commit ID.
|`parents` | |`parents` ||
The parent commits of this commit as a list of The parent commits of this commit as a list of
link:#commit-info[CommitInfo] entities. In each parent link:#commit-info[CommitInfo] entities. In each parent
only the `commit` and `subject` fields are populated. only the `commit` and `subject` fields are populated.
|`author` |The author of the commit as a |`author` ||The author of the commit as a
link:#git-person-info[GitPersonInfo] entity. link:#git-person-info[GitPersonInfo] entity.
|`committer` |The committer of the commit as a |`committer` ||The committer of the commit as a
link:#git-person-info[GitPersonInfo] entity. link:#git-person-info[GitPersonInfo] entity.
|`subject` | |`subject` ||
The subject of the commit (header line of the commit message). The subject of the commit (header line of the commit message).
|`message` |The commit message. |`message` ||The commit message.
|`web_links` |optional| |`web_links` |optional|
Links to the commit in external sites as a list of Links to the commit in external sites as a list of
link:#web-link-info[WebLinkInfo] entities. link:#web-link-info[WebLinkInfo] entities.
|========================== |===========================
[[diff-content]] [[diff-content]]
=== DiffContent === DiffContent