Skip to content

Commit a073a6f

Browse files
author
Arfon Smith
committed
Improving language
1 parent bd1f787 commit a073a6f

File tree

2 files changed

+3
-295
lines changed

2 files changed

+3
-295
lines changed

content/v3/repos/commits.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ patch formats.
5454
## Compare two commits
5555

5656
GET /repos/:owner/:repo/compare/:base...:head
57-
58-
## Compare two forks of a repository
5957

60-
It's possible to compare branch positions between forks
61-
62-
GET /repos/:fork_owner/:repo/compare/:owner:base...:head
58+
Note: Both :base and :head here can be either branch names in the current :repo or branches that are in other repositories in the same network as :repo. For the latter case use the sytax user:branch is used for example:
59+
60+
GET /repos/:owner/:repo/compare/user1:branchname...user2:branchname
6361

6462
### Response
6563

static/search-index.json

Lines changed: 0 additions & 290 deletions
Original file line numberDiff line numberDiff line change
@@ -1,299 +1,9 @@
11
{
22
"pages": [
3-
{
4-
"url": "/v3/",
5-
"title": "GitHub API v3",
6-
"section": "API/Overview"
7-
},
8-
{
9-
"url": "/v3/activity/",
10-
"title": "Activity",
11-
"section": "API/Activity"
12-
},
13-
{
14-
"url": "/v3/activity/events/",
15-
"title": "Events",
16-
"section": "API/Activity"
17-
},
18-
{
19-
"url": "/v3/activity/events/types/",
20-
"title": "Event Types",
21-
"section": "API/Activity"
22-
},
23-
{
24-
"url": "/v3/activity/feeds/",
25-
"title": "Feeds",
26-
"section": "API/Activity"
27-
},
28-
{
29-
"url": "/v3/activity/notifications/",
30-
"title": "Notifications",
31-
"section": "API/Activity"
32-
},
33-
{
34-
"url": "/v3/activity/starring/",
35-
"title": "Starring",
36-
"section": "API/Activity"
37-
},
38-
{
39-
"url": "/v3/activity/watching/",
40-
"title": "Watching",
41-
"section": "API/Activity"
42-
},
43-
{
44-
"url": "/v3/auth/",
45-
"title": "Other Authentication Methods",
46-
"section": "API/Overview"
47-
},
48-
{
49-
"url": "/v3/changelog/",
50-
"title": "GitHub API Changelog",
51-
"section": "API/"
52-
},
53-
{
54-
"url": "/v3/emojis/",
55-
"title": "Emojis",
56-
"section": "API/Miscellaneous"
57-
},
58-
{
59-
"url": "/v3/gists/",
60-
"title": "Gists",
61-
"section": "API/Gists"
62-
},
63-
{
64-
"url": "/v3/gists/comments/",
65-
"title": "Gist Comments",
66-
"section": "API/Gists"
67-
},
68-
{
69-
"url": "/v3/git/",
70-
"title": "Git Data",
71-
"section": "API/Git Data"
72-
},
73-
{
74-
"url": "/v3/git/blobs/",
75-
"title": "Git Blobs",
76-
"section": "API/Git Data"
77-
},
78-
{
79-
"url": "/v3/git/commits/",
80-
"title": "Git Commits",
81-
"section": "API/Git Data"
82-
},
83-
{
84-
"url": "/v3/git/refs/",
85-
"title": "Git Refs",
86-
"section": "API/Git Data"
87-
},
88-
{
89-
"url": "/v3/git/tags/",
90-
"title": "Git Tags",
91-
"section": "API/Git Data"
92-
},
93-
{
94-
"url": "/v3/git/trees/",
95-
"title": "Git Trees",
96-
"section": "API/Git Data"
97-
},
98-
{
99-
"url": "/v3/gitignore/",
100-
"title": "Gitignore",
101-
"section": "API/Miscellaneous"
102-
},
103-
{
104-
"url": "/v3/issues/",
105-
"title": "Issues",
106-
"section": "API/Issues"
107-
},
108-
{
109-
"url": "/v3/issues/assignees/",
110-
"title": "Issue Assignees",
111-
"section": "API/Issues"
112-
},
113-
{
114-
"url": "/v3/issues/comments/",
115-
"title": "Issue Comments",
116-
"section": "API/Issues"
117-
},
118-
{
119-
"url": "/v3/issues/events/",
120-
"title": "Issue Events",
121-
"section": "API/Issues"
122-
},
123-
{
124-
"url": "/v3/issues/labels/",
125-
"title": "Issue Labels",
126-
"section": "API/Issues"
127-
},
128-
{
129-
"url": "/v3/issues/milestones/",
130-
"title": "Issue Milestones",
131-
"section": "API/Issues"
132-
},
133-
{
134-
"url": "/v3/markdown/",
135-
"title": "Markdown",
136-
"section": "API/Miscellaneous"
137-
},
138-
{
139-
"url": "/v3/media/",
140-
"title": "Media Types",
141-
"section": "API/Overview"
142-
},
143-
{
144-
"url": "/v3/meta/",
145-
"title": "Meta",
146-
"section": "API/Miscellaneous"
147-
},
148-
{
149-
"url": "/v3/misc/",
150-
"title": "Miscellaneous",
151-
"section": "API/Miscellaneous"
152-
},
153-
{
154-
"url": "/v3/oauth/",
155-
"title": "OAuth",
156-
"section": "API/Overview"
157-
},
158-
{
159-
"url": "/v3/orgs/",
160-
"title": "Organizations",
161-
"section": "API/Organizations"
162-
},
163-
{
164-
"url": "/v3/orgs/members/",
165-
"title": "Organization Members",
166-
"section": "API/Organizations"
167-
},
168-
{
169-
"url": "/v3/orgs/teams/",
170-
"title": "Organization Teams",
171-
"section": "API/Organizations"
172-
},
173-
{
174-
"url": "/v3/pulls/",
175-
"title": "Pull Requests",
176-
"section": "API/Pull Requests"
177-
},
178-
{
179-
"url": "/v3/pulls/comments/",
180-
"title": "Review Comments",
181-
"section": "API/Pull Requests"
182-
},
183-
{
184-
"url": "/v3/rate_limit/",
185-
"title": "Rate Limit",
186-
"section": "API/Miscellaneous"
187-
},
188-
{
189-
"url": "/v3/repos/",
190-
"title": "Repositories",
191-
"section": "API/Repositories"
192-
},
193-
{
194-
"url": "/v3/repos/collaborators/",
195-
"title": "Collaborators",
196-
"section": "API/Repositories"
197-
},
198-
{
199-
"url": "/v3/repos/comments/",
200-
"title": "Comments",
201-
"section": "API/Repositories"
202-
},
2033
{
2044
"url": "/v3/repos/commits/",
2055
"title": "Commits",
2066
"section": "API/Repositories"
207-
},
208-
{
209-
"url": "/v3/repos/contents/",
210-
"title": "Contents",
211-
"section": "API/Repositories"
212-
},
213-
{
214-
"url": "/v3/repos/deployments/",
215-
"title": "Deployments",
216-
"section": "API/Repositories"
217-
},
218-
{
219-
"url": "/v3/repos/downloads/",
220-
"title": "Downloads",
221-
"section": "API/Repositories"
222-
},
223-
{
224-
"url": "/v3/repos/forks/",
225-
"title": "Forks",
226-
"section": "API/Repositories"
227-
},
228-
{
229-
"url": "/v3/repos/hooks/",
230-
"title": "Hooks",
231-
"section": "API/Repositories"
232-
},
233-
{
234-
"url": "/v3/repos/keys/",
235-
"title": "Deploy Keys",
236-
"section": "API/Repositories"
237-
},
238-
{
239-
"url": "/v3/repos/merging/",
240-
"title": "Merging",
241-
"section": "API/Repositories"
242-
},
243-
{
244-
"url": "/v3/repos/releases/",
245-
"title": "Releases",
246-
"section": "API/Repositories"
247-
},
248-
{
249-
"url": "/v3/repos/statistics/",
250-
"title": "Statistics",
251-
"section": "API/Repositories"
252-
},
253-
{
254-
"url": "/v3/repos/statuses/",
255-
"title": "Statuses",
256-
"section": "API/Repositories"
257-
},
258-
{
259-
"url": "/v3/search/",
260-
"title": "Search",
261-
"section": "API/Search"
262-
},
263-
{
264-
"url": "/v3/search/legacy/",
265-
"title": "Legacy Search",
266-
"section": "API/Search"
267-
},
268-
{
269-
"url": "/v3/troubleshooting/",
270-
"title": "Troubleshooting",
271-
"section": "API/Overview"
272-
},
273-
{
274-
"url": "/v3/users/",
275-
"title": "Users",
276-
"section": "API/Users"
277-
},
278-
{
279-
"url": "/v3/users/emails/",
280-
"title": "User Emails",
281-
"section": "API/Users"
282-
},
283-
{
284-
"url": "/v3/users/followers/",
285-
"title": "User Followers",
286-
"section": "API/Users"
287-
},
288-
{
289-
"url": "/v3/users/keys/",
290-
"title": "User Public Keys",
291-
"section": "API/Users"
292-
},
293-
{
294-
"url": "/v3/versions/",
295-
"title": "Versions",
296-
"section": "API/Overview"
2977
}
2988
]
2999
}

0 commit comments

Comments
 (0)