Skip to content

Commit 9a9fd28

Browse files
newrengitster
authored andcommitted
documentation: use clearer prepositions
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0cac690 commit 9a9fd28

14 files changed

+17
-17
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ maintainer.
8787
Under truly exceptional circumstances where you absolutely must depend
8888
on a select few topic branches that are already in `next` but not in
8989
`master`, you may want to create your own custom base-branch by forking
90-
`master` and merging the required topic branches to it. You could then
90+
`master` and merging the required topic branches into it. You could then
9191
work on top of this base-branch. But keep in mind that this base-branch
9292
would only be known privately to you. So when you are ready to send
9393
your patches to the list, be sure to communicate how you created it in

Documentation/config/branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ for details).
9999
branch.<name>.description::
100100
Branch description, can be edited with
101101
`git branch --edit-description`. Branch description is
102-
automatically added in the format-patch cover letter or
102+
automatically added to the format-patch cover letter or
103103
request-pull summary.

Documentation/config/i18n.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ i18n.commitEncoding::
22
Character encoding the commit messages are stored in; Git itself
33
does not care per se, but this information is necessary e.g. when
44
importing commits from emails or in the gitk graphical history
5-
browser (and possibly at other places in the future or in other
5+
browser (and possibly in other places in the future or in other
66
porcelains). See e.g. linkgit:git-mailinfo[1]. Defaults to 'utf-8'.
77

88
i18n.logOutputEncoding::

Documentation/diff-generate-patch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can customize the creation of patch text via the
1717
What the -p option produces is slightly different from the traditional
1818
diff format:
1919

20-
1. It is preceded with a "git diff" header that looks like this:
20+
1. It is preceded by a "git diff" header that looks like this:
2121

2222
diff --git a/file1 b/file2
2323
+
@@ -123,7 +123,7 @@ index fabadb8,cc95eb0..4866510
123123
for_each_ref(get_name);
124124
------------
125125

126-
1. It is preceded with a "git diff" header, that looks like
126+
1. It is preceded by a "git diff" header, that looks like
127127
this (when the `-c` option is used):
128128

129129
diff --combined file

Documentation/git-am.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ OPTIONS
6969
--empty=(stop|drop|keep)::
7070
By default, or when the option is set to 'stop', the command
7171
errors out on an input e-mail message lacking a patch
72-
and stops into the middle of the current am session. When this
72+
and stops in the middle of the current am session. When this
7373
option is set to 'drop', skip such an e-mail message instead.
7474
When this option is set to 'keep', create an empty commit,
7575
recording the contents of the e-mail message as its log.

Documentation/git-diff-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ omit diff output for unmerged entries and just show "Unmerged".
4242
commit with these flags.
4343

4444
-q::
45-
Remain silent even on nonexistent files
45+
Remain silent even for nonexistent files
4646

4747

4848
include::diff-format.txt[]

Documentation/git-fsmonitor--daemon.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ the change (as happening against the super repo). However, the client
7070
will properly ignore these extra events, so performance may be affected
7171
but it will not cause an incorrect result.
7272

73-
By default, the fsmonitor daemon refuses to work against network-mounted
73+
By default, the fsmonitor daemon refuses to work with network-mounted
7474
repositories; this may be overridden by setting `fsmonitor.allowRemote` to
7575
`true`. Note, however, that the fsmonitor daemon is not guaranteed to work
7676
correctly with all network-mounted repositories and such use is considered

Documentation/git-hook.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-
A command interface to running git hooks (see linkgit:githooks[5]),
16+
A command interface for running git hooks (see linkgit:githooks[5]),
1717
for use by other scripted git commands.
1818

1919
SUBCOMMANDS

Documentation/git-merge-base.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ merge base for a pair of commits.
2828
OPERATION MODES
2929
---------------
3030

31-
As the most common special case, specifying only two commits on the
31+
In the most common special case, specifying only two commits on the
3232
command line means computing the merge base between the given two commits.
3333

3434
More generally, among the two commits to compute the merge base from,
@@ -64,7 +64,7 @@ from linkgit:git-show-branch[1] when used with the `--merge-base` option.
6464
the two commits, but also takes into account the reflog of
6565
<ref> to see if the history leading to <commit> forked from
6666
an earlier incarnation of the branch <ref> (see discussion
67-
on this mode below).
67+
of this mode below).
6868

6969
OPTIONS
7070
-------

Documentation/git-mergetool.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Use `git mergetool` to run one of several merge utilities to resolve
1717
merge conflicts. It is typically run after 'git merge'.
1818

1919
If one or more <file> parameters are given, the merge tool program will
20-
be run to resolve differences on each file (skipping those without
20+
be run to resolve differences in each file (skipping those without
2121
conflicts). Specifying a directory will include all unresolved files in
2222
that path. If no <file> names are specified, 'git mergetool' will run
2323
the merge tool program on every file with merge conflicts.

0 commit comments

Comments
 (0)