From ad055fd5ff0a5b7248012ce657823b1c367af058 Mon Sep 17 00:00:00 2001 From: Shawn Pearce Date: Thu, 11 Jul 2013 17:01:27 -0700 Subject: [PATCH] Clarify parent having only commit,subject in CommitInfo Change-Id: I19d8f0f5ba1cc327ed7d1685ee1059f70d6103c5 --- Documentation/rest-api-changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index c0cf5788ff..626630a9fd 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt @@ -2462,7 +2462,8 @@ The `CommitInfo` entity contains information about a commit. |`commit` |The commit ID. |`parent` | The parent commits of this commit as a list of -link:#commit-info[CommitInfo] entities. +link:#commit-info[CommitInfo] entities. In parent +only `commit` and `subject` fields are populated. |`author` |The author of the commit as a link:#git-person-info[GitPersonInfo] entity. |`committer` |The committer of the commit as a