From 6ba5cdf776aac145b75bc68ece19d8b9ba0190c5 Mon Sep 17 00:00:00 2001 From: Hubot Date: Wed, 21 Jan 2015 15:36:34 +0000 Subject: [PATCH] Sync changes from upstream repository --- content/v3/repos/commits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v3/repos/commits.md b/content/v3/repos/commits.md index 120e266015..3bf4a4af0a 100644 --- a/content/v3/repos/commits.md +++ b/content/v3/repos/commits.md @@ -17,7 +17,7 @@ The Repo Commits API supports listing, viewing, and comparing commits in a repos Name | Type | Description -----|------|-------------- -`sha`|`string` | SHA or branch to start listing commits from. +`sha`|`string` | SHA or branch to start listing commits from. Default: the repository’s default branch (usually `master`). `path`|`string` | Only commits containing this file path will be returned. `author`|`string` | GitHub login or email address by which to filter by commit author. `since`|`string` | Only commits after this date will be returned. This is a timestamp in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.