Skip to content

Commit c982911

Browse files
committed
Remove trailing whitespace
Automatic trailing whitespace removal clutters diffs of various commits (adf3449, 17a936a, etc.). Let's get rid of it for good. Done with: find . | grep -v '\.git' | xargs perl -pi -e 's/ +$//'
1 parent adf3449 commit c982911

11 files changed

Lines changed: 54 additions & 54 deletions

File tree

content/v3/events/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ commits[][author][name]
237237

238238
commits[][author][email]
239239
: **string** - The git author's email address.
240-
240+
241241
commits[][url]
242242
: **url** - Points to the commit API resource.
243243

content/v3/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Support](https://github.com/contact) if this response status persists.
1919

2020
![git db](http://git-scm.com/figures/18333fig0904-tn.png)
2121

22-
For more information on the Git object database, please read the
22+
For more information on the Git object database, please read the
2323
<a href="http://git-scm.com/book/ch9-0.html">Git Internals</a> chapter of
2424
the Pro Git book.
2525

content/v3/git/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that creating a tag object does not create the reference that
2222
makes a tag in Git. If you want to create an annotated tag in Git,
2323
you have to do this call to create the tag object, and then create
2424
the `refs/tags/[tag]` reference. If you want to create a lightweight
25-
tag, you simply have to create the reference - this call would be
25+
tag, you simply have to create the reference - this call would be
2626
unnecessary.
2727

2828
POST /repos/:user/:repo/git/tags

content/v3/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ state
159159
## Merge a pull request (Merge Button&trade;)
160160

161161
PUT /repos/:user/:repo/pulls/:number/merge
162-
162+
163163
### Input
164164

165165
commit\_message

content/v3/pulls/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Pull Request Comments | GitHub API
77
Pull Request Review Comments are comments on a portion of the unified
88
diff. These are separate from Commit Comments (which are applied
99
directly to a commit, outside of the Pull Request view), and Issue
10-
Comments (which do not reference a portion of the unified diff).
10+
Comments (which do not reference a portion of the unified diff).
1111

1212
Pull Request Review Comments leverage [these](#custom-mime-types) custom mime
1313
types. You can read more about the use of mime types in the API

content/v3/repos/forks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ forked into this organization.
3333
### Response
3434

3535
Forking a Repository happens asynchronously. Therefore, you may have to wait
36-
a short period before accessing the git objects. If this takes longer than
36+
a short period before accessing the git objects. If this takes longer than
3737
5 minutes, be sure to [contact Support](https://github.com/contact).
3838

3939
<%= headers 202 %>

content/v3/repos/hooks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ request is tracking).
2525
* `fork_apply` - Any time a patch is applied to the Repository from the
2626
Fork Queue.
2727
* `member` - Any time a User is added as a collaborator to a
28-
non-Organization Repository.
28+
non-Organization Repository.
2929
* `public` - Any time a Repository changes from private to public.
3030

3131
The payloads for all of the hooks mirror [the payloads for the Event
@@ -34,7 +34,7 @@ event](http://help.github.com/post-receive-hooks/).
3434

3535
For a Hook to go through, the Hook needs to be configured to trigger for
3636
an event, and the Service has to listen to it. The Services are all
37-
part of the open source [github-services](https://github.com/github/github-services) project. Most of the Services only listen for `push` events. However, the generic [Web Service](https://github.com/github/github-services/blob/master/services/web.rb) listens for all events. Other services like the [IRC Service](https://github.com/github/github-services/blob/master/services/irc.rb) may only listen for `push`, `issues`, and `pull_request` events.
37+
part of the open source [github-services](https://github.com/github/github-services) project. Most of the Services only listen for `push` events. However, the generic [Web Service](https://github.com/github/github-services/blob/master/services/web.rb) listens for all events. Other services like the [IRC Service](https://github.com/github/github-services/blob/master/services/irc.rb) may only listen for `push`, `issues`, and `pull_request` events.
3838

3939
## List
4040

@@ -119,11 +119,11 @@ for. This replaces the entire array of events. Default: `["push"]`.
119119

120120
`add_events`
121121
: _Optional_ **array** - Determines a list of events to be added to the
122-
list of events that the Hook triggers for.
122+
list of events that the Hook triggers for.
123123

124124
`remove_events`
125125
: _Optional_ **array** - Determines a list of events to be removed from the
126-
list of events that the Hook triggers for.
126+
list of events that the Hook triggers for.
127127

128128
`active`
129129
: _Optional_ **boolean** - Determines whether the hook is actually
@@ -166,7 +166,7 @@ repository.
166166

167167
GitHub can also serve as a [PubSubHubbub][pubsub] hub for all repositories. PSHB is a simple publish/subscribe protocol that lets servers register to receive updates when a topic is updated. The updates are sent with an HTTP POST request to a callback URL. Topic URLs for a GitHub repository's pushes are in this format:
168168

169-
https://github.com/:user/:repo/events/:event
169+
https://github.com/:user/:repo/events/:event
170170

171171
The event can be any Event string that is listed at the top of this
172172
document.

static/favicon.ico

-2 Bytes
Binary file not shown.

static/shared/images/blacktocat.svg

Lines changed: 21 additions & 21 deletions
Loading

static/shared/images/footer-logo.svg

Lines changed: 21 additions & 21 deletions
Loading

0 commit comments

Comments
 (0)