]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: fix capitalization
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:22 +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/checkout.txt
Documentation/config/user.txt
Documentation/git-diff-tree.txt
Documentation/git-hook.txt
Documentation/git-mergetool--lib.txt
Documentation/git-stripspace.txt
Documentation/git-update-server-info.txt
Documentation/technical/reftable.txt

index a54faab238a53479197e9dfefe3d72805685c157..a3230229938055323ead98e6d6bdfd032b911b1b 100644 (file)
@@ -30,7 +30,7 @@ checkout.workers::
        all commands that perform checkout. E.g. checkout, clone, reset,
        sparse-checkout, etc.
 +
-Note: parallel checkout usually delivers better performance for repositories
+Note: Parallel checkout usually delivers better performance for repositories
 located on SSDs or over NFS. For repositories on spinning disks and/or machines
 with a small number of cores, the default sequential checkout often performs
 better. The size and compression level of a repository might also influence how
index 2bbc8e929f09ef96adc67e965bf16f31375253e2..c1347fa7bcd7bf0306ef4dfb366da8be20bbe49f 100644 (file)
@@ -40,7 +40,7 @@ user.signingKey::
        your private ssh key or the public key when ssh-agent is used.
        Alternatively it can contain a public key prefixed with `key::`
        directly (e.g.: "key::ssh-rsa XXXXXX identifier"). The private key
-       needs to be available via ssh-agent. If not set git will call
+       needs to be available via ssh-agent. If not set Git will call
        gpg.ssh.defaultKeyCommand (e.g.: "ssh-add -L") and try to use the
        first key available. For backward compatibility, a raw key which
        begins with "ssh-", such as "ssh-rsa XXXXXX identifier", is treated
index c2772a566a3ee10c05c97ac425f28c4748a601c2..22380d5c8296168f0fbb7a7d8d6ae784376fd1f3 100644 (file)
@@ -34,10 +34,10 @@ include::diff-options.txt[]
        matching one of the provided pathspecs.
 
 -r::
-        recurse into sub-trees
+       Recurse into sub-trees
 
 -t::
-       show tree entry itself as well as subtrees.  Implies -r.
+       Show tree entry itself as well as subtrees.  Implies -r.
 
 --root::
        When `--root` is specified the initial commit will be shown as a big
index 25237330b5cd6e1c37ffbf0d99c9bab4e9c9ade2..f6cc72d2ca9c7090c5391618d67abbfe1a1dd8e6 100644 (file)
@@ -32,7 +32,7 @@ OPTIONS
 -------
 
 --to-stdin::
-       For "run"; Specify a file which will be streamed into the
+       For "run"; specify a file which will be streamed into the
        hook's stdin. The hook will receive the entire file from
        beginning to EOF.
 
index 3e8f59ac0e46abc35b88723492fa2d411b2756ca..0726b560d432884eabc8834a51c2fbd68d74ad92 100644 (file)
@@ -28,22 +28,22 @@ to define the operation mode for the functions listed below.
 FUNCTIONS
 ---------
 get_merge_tool::
-       returns a merge tool. the return code is 1 if we returned a guessed
+       Returns a merge tool. The return code is 1 if we returned a guessed
        merge tool, else 0. '$GIT_MERGETOOL_GUI' may be set to 'true' to
        search for the appropriate guitool.
 
 get_merge_tool_cmd::
-       returns the custom command for a merge tool.
+       Returns the custom command for a merge tool.
 
 get_merge_tool_path::
-       returns the custom path for a merge tool.
+       Returns the custom path for a merge tool.
 
 initialize_merge_tool::
-       bring merge tool specific functions into scope so they can be used or
+       Brings merge tool specific functions into scope so they can be used or
        overridden.
 
 run_merge_tool::
-       launches a merge tool given the tool name and a true/false
+       Launches a merge tool given the tool name and a true/false
        flag to indicate whether a merge base is present.
        '$MERGED', '$LOCAL', '$REMOTE', and '$BASE' must be defined
        for use by the merge tool.
index 6b92cc7de78ab38030611bd1e32eb9a84aaf0f57..a293327581aa54e120d1edc3b72467e42c250af4 100644 (file)
@@ -29,7 +29,7 @@ With no arguments, this will:
 In the case where the input consists entirely of whitespace characters, no
 output will be produced.
 
-*NOTE*: This is intended for cleaning metadata, prefer the `--whitespace=fix`
+*NOTE*: This is intended for cleaning metadata. Prefer the `--whitespace=fix`
 mode of linkgit:git-apply[1] for correcting whitespace of patches or files in
 the repository.
 
index ff32986d4c538e946673ac965dc0df4eb55f0000..6bc9b50d89f7aac6921e6b9fd9b2659d1d81d3af 100644 (file)
@@ -23,7 +23,7 @@ OPTIONS
 -------
 -f::
 --force::
-       update the info files from scratch.
+       Update the info files from scratch.
 
 OUTPUT
 ------
index 6def498efd5548e812b9c834193eeb0a6cc7487d..82d919b26157d3bfccfabc8ab9c3ca28d38b9b0b 100644 (file)
@@ -175,7 +175,7 @@ log_index*
 footer
 ....
 
-in a log-only file the first log block immediately follows the file
+In a log-only file the first log block immediately follows the file
 header, without padding to block alignment.
 
 Block size