You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Commit object properties:
37
37
*`author`: an object representing the author of the commit
38
38
-`name`: the name of the committer
39
39
-`email`: the email of the committer
40
+
*`authorDate`: a string representing the date of the original commit by the author (never change)
41
+
*`commitDate`: a string representing the date of the last change of the commit
40
42
*`summary`: the one-line summary of the commit
41
43
*`description`: the free-form text content of the summary, minus specific metadata lines
42
44
*`reviewers`: an array containing objects with `name` and `email` properties if the commit metadata contains reviewers in a `Reviewed-By: Foo Bar <baz@boom>` format.
0 commit comments