Skip to content

Commit 3771d00

Browse files
newrengitster
authored andcommitted
documentation: fix choice of article
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 03b3431 commit 3771d00

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ was found. See below for examples.
103103
Conditional includes
104104
~~~~~~~~~~~~~~~~~~~~
105105

106-
You can conditionally include a config file from another by setting a
106+
You can conditionally include a config file from another by setting an
107107
`includeIf.<condition>.path` variable to the name of the file to be
108108
included.
109109

Documentation/diff-generate-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ format, `/dev/null` is used to signal created or deleted
156156
files.
157157
+
158158
However, if the --combined-all-paths option is provided, instead of a
159-
two-line from-file/to-file you get a N+1 line from-file/to-file header,
159+
two-line from-file/to-file you get an N+1 line from-file/to-file header,
160160
where N is the number of parents in the merge commit:
161161

162162
--- a/file

Documentation/howto/maintain-git.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Preparing a "merge-fix"
411411

412412
A merge of two topics may not textually conflict but still have
413413
conflict at the semantic level. A classic example is for one topic
414-
to rename an variable and all its uses, while another topic adds a
414+
to rename a variable and all its uses, while another topic adds a
415415
new use of the variable under its old name. When these two topics
416416
are merged together, the reference to the variable newly added by
417417
the latter topic will still use the old name in the result.

Documentation/pretty-options.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ environment overrides). See linkgit:git-config[1] for more details.
7373
With an optional '<ref>' argument, use the ref to find the notes
7474
to display. The ref can specify the full refname when it begins
7575
with `refs/notes/`; when it begins with `notes/`, `refs/` and otherwise
76-
`refs/notes/` is prefixed to form a full name of the ref.
76+
`refs/notes/` is prefixed to form the full name of the ref.
7777
+
7878
Multiple --notes options can be combined to control which notes are
7979
being displayed. Examples: "--notes=foo" will show only notes from

Documentation/technical/bitmap-format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Each entry contains the following:
126126
** {empty}
127127
1-byte XOR-offset: ::
128128
The xor offset used to compress this bitmap. For an entry
129-
in position `x`, a XOR offset of `y` means that the actual
129+
in position `x`, an XOR offset of `y` means that the actual
130130
bitmap representing this commit is composed by XORing the
131131
bitmap for this entry with the bitmap in entry `x-y` (i.e.
132132
the bitmap `y` entries before this one).

0 commit comments

Comments
 (0)