Represents a single commit log.
| JSON representation |
|---|
{
"commitTime": string,
"commitSha": string,
"author": {
object ( |
| Fields | |
|---|---|
commitTime |
Commit timestamp. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
commitSha |
The commit SHA for this commit log entry. |
author |
The commit author for this commit log entry. |
commitMessage |
The commit message for this commit log entry. |