From f0c5715117fcf256e9430859e82381b990852825 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 15 Jul 2015 18:18:24 +0200 Subject: [PATCH] Fix rendering of CommitInfo table in changes REST API documentation The description of the 'web_links' field was not visible. Change-Id: I9021c96a5cb2c5154996cc7521d6e387be52f0e9 Signed-off-by: Edwin Kempin --- Documentation/rest-api-changes.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index 4224c76ac5..55b4800dec 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -3944,25 +3944,25 @@ The `CommentRange` entity describes the range of an inline comment. === CommitInfo The `CommitInfo` entity contains information about a commit. -[options="header",cols="1,6"] -|========================== -|Field Name |Description -|`commit` |The commit ID. -|`parents` | +[options="header",cols="1,^1,5"] +|=========================== +|Field Name ||Description +|`commit` ||The commit ID. +|`parents` || The parent commits of this commit as a list of link:#commit-info[CommitInfo] entities. In each parent 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. -|`committer` |The committer of the commit as a +|`committer` ||The committer of the commit as a link:#git-person-info[GitPersonInfo] entity. -|`subject` | +|`subject` || The subject of the commit (header line of the commit message). -|`message` |The commit message. +|`message` ||The commit message. |`web_links` |optional| Links to the commit in external sites as a list of link:#web-link-info[WebLinkInfo] entities. -|========================== +|=========================== [[diff-content]] === DiffContent