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.

Commit86131fb

Browse files
committed
Merge master
2 parents30d2e50 +51da7ca commit86131fb

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

‎content/v3/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Name | Description
166166
`user:follow`| Grants access to follow or unfollow other users.
167167
`public_repo`| Grants read/write access to code, commit statuses, and deployment statuses for public repositories and organizations.
168168
`repo`| Grants read/write access to code, commit statuses, and deployment statuses for public and private repositories and organizations.
169-
`repo:status`| Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses*without* granting access to the code.
170169
`repo:deployment`| Grants access to[deployment statuses][deployments] for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses,*without* granting access to the code.
170+
`repo:status`| Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses*without* granting access to the code.
171171
`delete_repo`| Grants access to delete adminable repositories.
172172
`notifications`| Grants read access to a user's notifications.`repo` also provides this access.
173173
`gist`| Grants write access to gists.

‎layouts/footer.html

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,13 @@
3838
s.parentNode.insertBefore(t,s);
3939
})();
4040
</script>
41-
<scripttype="text/javascript">
42-
var_gaq=_gaq||[];
43-
_gaq.push(['_setAccount','UA-3769691-27']);
44-
_gaq.push(['_trackPageview']);
45-
(function(){
46-
varga=document.createElement('script');ga.type='text/javascript';ga.async=true;
47-
ga.src=('https:'==document.location.protocol ?'https://ssl' :'http://www')+'.google-analytics.com/ga.js';
48-
vars=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s);
49-
})();
41+
<script>
42+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
43+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*newDate();a=s.createElement(o),
44+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
45+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
46+
47+
ga('create','UA-3769691-37','github.com');
48+
ga('send','pageview');
5049
</script>
5150
<scriptsrc="/shared/js/retina.js"type="text/javascript"></script>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp