Skip to content

Commit 859a6d6

Browse files
newrengitster
authored andcommitted
documentation: remove extraneous words
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8936352 commit 859a6d6

15 files changed

+15
-15
lines changed

Documentation/config/branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ branch.<name>.merge::
6464
handled like the remote part of a refspec, and must match a
6565
ref which is fetched from the remote given by
6666
"branch.<name>.remote".
67-
The merge information is used by 'git pull' (which at first calls
67+
The merge information is used by 'git pull' (which first calls
6868
'git fetch') to lookup the default branch for merging. Without
6969
this option, 'git pull' defaults to merge the first refspec fetched.
7070
Specify multiple values to get an octopus merge.

Documentation/config/gpg.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gpg.minTrustLevel::
3838
* `ultimate`
3939

4040
gpg.ssh.defaultKeyCommand::
41-
This command that will be run when user.signingkey is not set and a ssh
41+
This command will be run when user.signingkey is not set and a ssh
4242
signature is requested. On successful exit a valid ssh public key
4343
prefixed with `key::` is expected in the first line of its output.
4444
This allows for a script doing a dynamic lookup of the correct public

Documentation/config/log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ log.date::
99
`--date` option. See linkgit:git-log[1] for details.
1010
+
1111
If the format is set to "auto:foo" and the pager is in use, format
12-
"foo" will be the used for the date format. Otherwise "default" will
12+
"foo" will be used for the date format. Otherwise "default" will
1313
be used.
1414

1515
log.decorate::

Documentation/config/sendemail.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sendemail.aliasesFile::
3636

3737
sendemail.aliasFileType::
3838
Format of the file(s) specified in sendemail.aliasesFile. Must be
39-
one of 'mutt', 'mailrc', 'pine', 'elm', or 'gnus', or 'sendmail'.
39+
one of 'mutt', 'mailrc', 'pine', 'elm', 'gnus', or 'sendmail'.
4040
+
4141
What an alias file in each format looks like can be found in
4242
the documentation of the email program of the same name. The

Documentation/diff-generate-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ separate lines indicate the old and the new mode.
7777

7878
5. Hunk headers mention the name of the function to which the hunk
7979
applies. See "Defining a custom hunk-header" in
80-
linkgit:gitattributes[5] for details of how to tailor to this to
80+
linkgit:gitattributes[5] for details of how to tailor this to
8181
specific languages.
8282

8383

Documentation/git-diff-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ include::pretty-options.txt[]
104104
This flag changes the way a merge commit patch is displayed,
105105
in a similar way to the `-c` option. It implies the `-c`
106106
and `-p` options and further compresses the patch output
107-
by omitting uninteresting hunks whose the contents in the parents
107+
by omitting uninteresting hunks whose contents in the parents
108108
have only two variants and the merge result picks one of them
109109
without modification. When all hunks are uninteresting, the commit
110110
itself and the commit log message is not shown, just like in any other

Documentation/git-fsmonitor--daemon.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ may or may not have the needed support; the fsmonitor daemon is not guaranteed
8484
to work with these filesystems and such use is considered experimental.
8585

8686
By default, the socket is created in the `.git` directory, however, if the
87-
`.git` directory is on a network-mounted filesystem, it will be instead be
87+
`.git` directory is on a network-mounted filesystem, it will instead be
8888
created at `$HOME/.git-fsmonitor-*` unless `$HOME` itself is on a
8989
network-mounted filesystem in which case you must set the configuration
9090
variable `fsmonitor.socketDir` to the path of a directory on a Mac OS native

Documentation/githooks.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ following example for the protocol, the letter 'S' stands for
384384
H: PKT-LINE(ok <ref>)
385385
# NO, I reject it.
386386
H: PKT-LINE(ng <ref> <reason>)
387-
# Fall through, let 'receive-pack' to execute it.
387+
# Fall through, let 'receive-pack' execute it.
388388
H: PKT-LINE(ok <ref>)
389389
H: PKT-LINE(option fall-through)
390390
# OK, but has an alternate reference. The alternate reference name

Documentation/gitprotocol-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
DESCRIPTION
1414
-----------
1515

16-
This document sets defines things common to various over-the-wire
16+
This document defines things common to various over-the-wire
1717
protocols and file formats used in Git.
1818

1919
ABNF Notation

Documentation/gitprotocol-http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ both the "smart" and "dumb" HTTP protocols used by Git operate
4242
by appending additional path components onto the end of the user
4343
supplied `$GIT_URL` string.
4444

45-
An example of a dumb client requesting for a loose object:
45+
An example of a dumb client requesting a loose object:
4646

4747
$GIT_URL: http://example.com:8080/git/repo.git
4848
URL request: http://example.com:8080/git/repo.git/objects/d0/49f6c27a2244e12041955e262a404c7faba355

0 commit comments

Comments
 (0)