]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: fix choice of article
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:16 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:29 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/diff-generate-patch.txt
Documentation/howto/maintain-git.txt
Documentation/pretty-options.txt
Documentation/technical/bitmap-format.txt

index 9273c7f1c6564fe51955a866987b26933eb80ff6..99affec5a01bbed2b926c4096d9df0fb987da2fb 100644 (file)
@@ -103,7 +103,7 @@ was found.  See below for examples.
 Conditional includes
 ~~~~~~~~~~~~~~~~~~~~
 
-You can conditionally include a config file from another by setting a
+You can conditionally include a config file from another by setting an
 `includeIf.<condition>.path` variable to the name of the file to be
 included.
 
index 65e0b1646e1001a88fcc72ac38e41e08ae3160ff..4b307cb51bb1a7f8320735925d3bc4cdc8ddf7dd 100644 (file)
@@ -156,7 +156,7 @@ format, `/dev/null` is used to signal created or deleted
 files.
 +
 However, if the --combined-all-paths option is provided, instead of a
-two-line from-file/to-file you get a N+1 line from-file/to-file header,
+two-line from-file/to-file you get an N+1 line from-file/to-file header,
 where N is the number of parents in the merge commit:
 
        --- a/file
index 29c473e5e04568449497dafe4a90946d0fe34ad5..013014bbef67ac149ea8ebdb3093ed8648b5a469 100644 (file)
@@ -411,7 +411,7 @@ Preparing a "merge-fix"
 
 A merge of two topics may not textually conflict but still have
 conflict at the semantic level. A classic example is for one topic
-to rename an variable and all its uses, while another topic adds a
+to rename a variable and all its uses, while another topic adds a
 new use of the variable under its old name. When these two topics
 are merged together, the reference to the variable newly added by
 the latter topic will still use the old name in the result.
index 335395b727fe433ac697449aa11c86b44b178623..15c6f2705d4b288a60c8520e74463e58b41725a5 100644 (file)
@@ -73,7 +73,7 @@ environment overrides). See linkgit:git-config[1] for more details.
 With an optional '<ref>' argument, use the ref to find the notes
 to display.  The ref can specify the full refname when it begins
 with `refs/notes/`; when it begins with `notes/`, `refs/` and otherwise
-`refs/notes/` is prefixed to form a full name of the ref.
+`refs/notes/` is prefixed to form the full name of the ref.
 +
 Multiple --notes options can be combined to control which notes are
 being displayed. Examples: "--notes=foo" will show only notes from
index 687c58cebcc01d5a9279531c5d2ff16921fd09a9..f761828f10685c734b24c3aab0881dd5f04a867e 100644 (file)
@@ -126,7 +126,7 @@ Each entry contains the following:
        ** {empty}
        1-byte XOR-offset: ::
            The xor offset used to compress this bitmap. For an entry
-           in position `x`, a XOR offset of `y` means that the actual
+           in position `x`, an XOR offset of `y` means that the actual
            bitmap representing this commit is composed by XORing the
            bitmap for this entry with the bitmap in entry `x-y` (i.e.
            the bitmap `y` entries before this one).