Skip to content

Commit 6336353

Browse files
committed
Merge pull request github#702 from github/update-1421854578
2 parents d4ee0e3 + 6ba5cdf commit 6336353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/v3/repos/commits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Repo Commits API supports listing, viewing, and comparing commits in a repos
1717

1818
Name | Type | Description
1919
-----|------|--------------
20-
`sha`|`string` | SHA or branch to start listing commits from.
20+
`sha`|`string` | SHA or branch to start listing commits from. Default: the repository’s default branch (usually `master`).
2121
`path`|`string` | Only commits containing this file path will be returned.
2222
`author`|`string` | GitHub login or email address by which to filter by commit author.
2323
`since`|`string` | Only commits after this date will be returned. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.

0 commit comments

Comments
 (0)