Skip to content

Commit fea7fe9

Browse files
committed
commits cannot be filtered by full name of author
1 parent 7e3115c commit fea7fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/v3/repos/commits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ instead of constructing page links yourself.
2020

2121
### Parameters
2222

23-
Name | Type | Description
23+
Name | Type | Description
2424
-----|------|--------------
2525
`sha`|`string` | SHA or branch to start listing commits from.
2626
`path`|`string` | Only commits containing this file path will be returned.
27-
`author`|`string` | GitHub login, name, or email by which to filter by commit author
27+
`author`|`string` | GitHub login or email address by which to filter by commit author.
2828
`since`|`string` | Only commits after this date will be returned. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
2929
`until`|`string` | Only commits before this date will be returned. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.
3030

0 commit comments

Comments
 (0)