]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: fix punctuation
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:21 +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/format.txt
Documentation/config/fsck.txt
Documentation/git-fsmonitor--daemon.txt
Documentation/git-init.txt
Documentation/git-ls-files.txt

index 8cf6f00d9365cf19b6244ba005d078c5ebed8a05..c98412b697efea446b5291c0bc52af3611ade5e0 100644 (file)
@@ -68,7 +68,7 @@ format.encodeEmailHeaders::
        Defaults to true.
 
 format.pretty::
-       The default pretty format for log/show/whatchanged command,
+       The default pretty format for log/show/whatchanged command.
        See linkgit:git-log[1], linkgit:git-show[1],
        linkgit:git-whatchanged[1].
 
index 571141610630473e1ba01c9a04d1cc01123f9b54..2384c8c94d6d037f226eda6a1656a43da0f71262 100644 (file)
@@ -62,7 +62,7 @@ uniformly configure the same fsck settings in different circumstances
 all three of them must be set to the same values.
 +
 Older versions of Git (before 2.20) documented that the object names
-list should be sorted. This was never a requirement, the object names
+list should be sorted. This was never a requirement; the object names
 could appear in any order, but when reading the list we tracked whether
 the list was sorted for the purposes of an internal binary search
 implementation, which could save itself some work with an already sorted
index 324299bfe9b5aa336ec92da3c5b4e5eac8a9d357..65c7b4641e875ad7157421fd9e04288953d07fbb 100644 (file)
@@ -83,7 +83,7 @@ but not on network-mounted filesystems, NTFS, or FAT32.  Other filesystems
 may or may not have the needed support; the fsmonitor daemon is not guaranteed
 to work with these filesystems and such use is considered experimental.
 
-By default, the socket is created in the `.git` directory, however, if the
+By default, the socket is created in the `.git` directory.  However, if the
 `.git` directory is on a network-mounted filesystem, it will instead be
 created at `$HOME/.git-fsmonitor-*` unless `$HOME` itself is on a
 network-mounted filesystem in which case you must set the configuration
index 3c3c1e730c3695efaa3edab35b03f67174935735..6f0d2973bf444a510ae4989dee9aa1e360eee247 100644 (file)
@@ -29,7 +29,7 @@ to use instead of `./.git` for the base of the repository.
 
 If the object storage directory is specified via the
 `$GIT_OBJECT_DIRECTORY` environment variable then the sha1 directories
-are created underneath - otherwise the default `$GIT_DIR/objects`
+are created underneath; otherwise, the default `$GIT_DIR/objects`
 directory is used.
 
 Running 'git init' in an existing repository is safe. It will not
index 60d1cca14960bd7673ee5960ab539de5f4a47cbf..f65a8cd91d4bb40e986c3610b6f1c2b89c719ace 100644 (file)
@@ -62,7 +62,7 @@ OPTIONS
        matching an exclude pattern.  When showing "other" files
        (i.e. when used with '-o'), show only those matched by an
        exclude pattern.  Standard ignore rules are not automatically
-       activated, therefore at least one of the `--exclude*` options
+       activated; therefore, at least one of the `--exclude*` options
        is required.
 
 -s::
@@ -141,7 +141,7 @@ OPTIONS
        Show status tags together with filenames.  Note that for
        scripting purposes, linkgit:git-status[1] `--porcelain` and
        linkgit:git-diff-files[1] `--name-status` are almost always
-       superior alternatives, and users should look at
+       superior alternatives; users should look at
        linkgit:git-status[1] `--short` or linkgit:git-diff[1]
        `--name-status` for more user-friendly alternatives.
 +