Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commita1142b9

Browse files
committed
Merge 'upstream/master' into internal/master
2 parents3e1ad15 +525f638 commita1142b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎content/v3/activity/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Key | Type | Description
278278
`head`|`string` | The SHA of the HEAD commit on the repository.
279279
`ref`|`string` | The full Git ref that was pushed. Example: "refs/heads/master"
280280
`size`|`integer` | The number of commits in the push.
281-
`commits`|`array` |The list of pushed commits (max 20,use the[Commits API](/v3/repos/commits/) to fetchmore).
281+
`commits`|`array` |An array ofcommit objects describing thepushed commits. (The array includes a maximum of 20 commits. If necessary, you canuse the[Commits API](/v3/repos/commits/) to fetchadditional commits.)
282282
`commits[][sha]`|`string` | The SHA of the commit.
283283
`commits[][message]`|`string` | The commit message.
284284
`commits[][author]`|`object` | The git author of the commit.

‎layouts/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222

2323
<divclass="wrapper">
24-
<p>Design &copy;<spanclass="js-year">2013</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a<ahref="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
24+
<p>Design &copy;<spanclass="js-year">2014</span> GitHub, Inc. All rights reserved. Except where otherwise noted, content on this site is licensed under a<ahref="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons CC-BY license</a>.</p>
2525
</div>
2626

2727
</div><!-- /#footer -->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp