Skip to content

Commit 026e572

Browse files
committed
Merge pull request github#337 from elskwid/patch-1
1 parent e422bff commit 026e572

File tree

108 files changed

+2557
-725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2557
-725
lines changed

changes.atom

Lines changed: 161 additions & 100 deletions
Large diffs are not rendered by default.

changes/2012-10-14-rate-limit-changes/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ <h2 class="title">
7373

7474
<p>If you have any questions or feedback, please drop us a line at
7575
<a href="mailto:[email protected]?subject=API%20Rate%20limit">[email protected]</a>.</p>
76+
7677
</div>
7778

7879
</div>
@@ -277,5 +278,15 @@ <h4>Documentation</h4>
277278
s.parentNode.insertBefore(t, s);
278279
})();
279280
</script>
281+
<script type="text/javascript">
282+
var _gaq = _gaq || [];
283+
_gaq.push(['_setAccount', 'UA-3769691-27']);
284+
_gaq.push(['_trackPageview']);
285+
(function() {
286+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
287+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
288+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
289+
})();
290+
</script>
280291
</body>
281292
</html>

changes/2012-10-17-org-members-redirection/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ <h2 class="title">
7575

7676
<p>If you have any questions or feedback, please drop us a line at
7777
<a href="mailto:[email protected]?subject=Org%20members%20API">[email protected]</a>.</p>
78+
7879
</div>
7980

8081
</div>
@@ -279,5 +280,15 @@ <h4>Documentation</h4>
279280
s.parentNode.insertBefore(t, s);
280281
})();
281282
</script>
283+
<script type="text/javascript">
284+
var _gaq = _gaq || [];
285+
_gaq.push(['_setAccount', 'UA-3769691-27']);
286+
_gaq.push(['_trackPageview']);
287+
(function() {
288+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
289+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
290+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
291+
})();
292+
</script>
282293
</body>
283294
</html>

changes/2012-10-24-set-default-branch/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ <h2 class="title">
6969
</pre>
7070

7171
<p>If you provide a branch name that hasn’t been pushed to GitHub, we’ll gracefully fall back to <code>'master'</code> or the first branch.</p>
72+
73+
7274
</div>
7375

7476
</div>
@@ -273,5 +275,15 @@ <h4>Documentation</h4>
273275
s.parentNode.insertBefore(t, s);
274276
})();
275277
</script>
278+
<script type="text/javascript">
279+
var _gaq = _gaq || [];
280+
_gaq.push(['_setAccount', 'UA-3769691-27']);
281+
_gaq.push(['_trackPageview']);
282+
(function() {
283+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
284+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
285+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
286+
})();
287+
</script>
276288
</body>
277289
</html>

changes/2012-10-26-notifications-api/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h2 id="polling">Polling</h2>
116116
</pre>
117117

118118
<p>You can read about the API details in depth in the <a href="http://developer.github.com/v3/activity/notifications/">Notifications documentation</a>.</p>
119+
119120
</div>
120121

121122
</div>
@@ -320,5 +321,15 @@ <h4>Documentation</h4>
320321
s.parentNode.insertBefore(t, s);
321322
})();
322323
</script>
324+
<script type="text/javascript">
325+
var _gaq = _gaq || [];
326+
_gaq.push(['_setAccount', 'UA-3769691-27']);
327+
_gaq.push(['_trackPageview']);
328+
(function() {
329+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
330+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
331+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
332+
})();
333+
</script>
323334
</body>
324335
</html>

changes/2012-10-31-gist-comment-uris/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ <h2 class="title">
6161
<p>Adding the gist id to the URI of comments makes it impossible, in practical terms, to guess that URI because the id of private gists are very large random numbers. This is, unfortunately, a breaking change but one that cannot be avoided because of the security implications of the current URIs. We apologize for the inconvenience.</p>
6262

6363
<p>We have also added a <code>comments_url</code> member to the Gist documents. The <code>comments_url</code> link provides access to the comments of a Gist in a way that will insulate clients from changes in the URI patterns used by the GitHub API. We are increasing our use of links in order to make changes such as this one less damaging to clients. We strongly encourage using <code>url</code> and <code>*_url</code> properties, where possible, rather than constructing URIs using the patterns published on this site. Doing so will result in clients that break less often.</p>
64+
6465
</div>
6566

6667
</div>
@@ -265,5 +266,15 @@ <h4>Documentation</h4>
265266
s.parentNode.insertBefore(t, s);
266267
})();
267268
</script>
269+
<script type="text/javascript">
270+
var _gaq = _gaq || [];
271+
_gaq.push(['_setAccount', 'UA-3769691-27']);
272+
_gaq.push(['_trackPageview']);
273+
(function() {
274+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
275+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
276+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
277+
})();
278+
</script>
268279
</body>
269280
</html>

changes/2012-11-27-forking-to-organizations/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ <h2 class="title">
8080

8181
<p>Don’t worry, we are committed to maintaining the legacy behavior until the next
8282
major change of the GitHub API.</p>
83+
8384
</div>
8485

8586
</div>
@@ -284,5 +285,15 @@ <h4>Documentation</h4>
284285
s.parentNode.insertBefore(t, s);
285286
})();
286287
</script>
288+
<script type="text/javascript">
289+
var _gaq = _gaq || [];
290+
_gaq.push(['_setAccount', 'UA-3769691-27']);
291+
_gaq.push(['_trackPageview']);
292+
(function() {
293+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
294+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
295+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
296+
})();
297+
</script>
287298
</body>
288299
</html>

changes/2012-11-29-gitignore-templates/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ <h2 class="title">
104104
DerivedData
105105
.idea/
106106
</code></pre>
107+
108+
107109
</div>
108110

109111
</div>
@@ -308,5 +310,15 @@ <h4>Documentation</h4>
308310
s.parentNode.insertBefore(t, s);
309311
})();
310312
</script>
313+
<script type="text/javascript">
314+
var _gaq = _gaq || [];
315+
_gaq.push(['_setAccount', 'UA-3769691-27']);
316+
_gaq.push(['_trackPageview']);
317+
(function() {
318+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
319+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
320+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
321+
})();
322+
</script>
311323
</body>
312324
</html>

changes/2012-12-04-List-comments-for-repo/index.html

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ <h2 class="title">
7373
<p>Check out the docs for sorting and filtering options:</p>
7474

7575
<ul>
76-
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
76+
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
7777
<li><a href="/v3/pulls/comments/#list-comments-in-a-repository">Review comments</a></li>
7878
</ul>
79+
7980
</div>
8081

8182
</div>
@@ -280,5 +281,15 @@ <h4>Documentation</h4>
280281
s.parentNode.insertBefore(t, s);
281282
})();
282283
</script>
284+
<script type="text/javascript">
285+
var _gaq = _gaq || [];
286+
_gaq.push(['_setAccount', 'UA-3769691-27']);
287+
_gaq.push(['_trackPageview']);
288+
(function() {
289+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
290+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
291+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
292+
})();
293+
</script>
283294
</body>
284295
</html>

changes/2012-12-06-create-authorization-for-app/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ <h2 class="title">
8383

8484
<p>No more implementing the <a href="/v3/oauth/#web-application-flow">web flow</a> just to get a token tied to your
8585
app’s rate limit.</p>
86+
87+
8688
</div>
8789

8890
</div>
@@ -287,5 +289,15 @@ <h4>Documentation</h4>
287289
s.parentNode.insertBefore(t, s);
288290
})();
289291
</script>
292+
<script type="text/javascript">
293+
var _gaq = _gaq || [];
294+
_gaq.push(['_setAccount', 'UA-3769691-27']);
295+
_gaq.push(['_trackPageview']);
296+
(function() {
297+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
298+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
299+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
300+
})();
301+
</script>
290302
</body>
291303
</html>

0 commit comments

Comments
 (0)