Clarify parent having only commit,subject in CommitInfo

Change-Id: I19d8f0f5ba1cc327ed7d1685ee1059f70d6103c5
This commit is contained in:
Shawn Pearce 2013-07-11 17:01:27 -07:00
parent fe4e246aa8
commit ad055fd5ff

View File

@ -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