Skip to content

Commit 2150b6f

Browse files
newrengitster
authored andcommitted
documentation: fix capitalization
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f4e1851 commit 2150b6f

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

Documentation/config/checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkout.workers::
3030
all commands that perform checkout. E.g. checkout, clone, reset,
3131
sparse-checkout, etc.
3232
+
33-
Note: parallel checkout usually delivers better performance for repositories
33+
Note: Parallel checkout usually delivers better performance for repositories
3434
located on SSDs or over NFS. For repositories on spinning disks and/or machines
3535
with a small number of cores, the default sequential checkout often performs
3636
better. The size and compression level of a repository might also influence how

Documentation/config/user.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ user.signingKey::
4040
your private ssh key or the public key when ssh-agent is used.
4141
Alternatively it can contain a public key prefixed with `key::`
4242
directly (e.g.: "key::ssh-rsa XXXXXX identifier"). The private key
43-
needs to be available via ssh-agent. If not set git will call
43+
needs to be available via ssh-agent. If not set Git will call
4444
gpg.ssh.defaultKeyCommand (e.g.: "ssh-add -L") and try to use the
4545
first key available. For backward compatibility, a raw key which
4646
begins with "ssh-", such as "ssh-rsa XXXXXX identifier", is treated

Documentation/git-diff-tree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ include::diff-options.txt[]
3434
matching one of the provided pathspecs.
3535

3636
-r::
37-
recurse into sub-trees
37+
Recurse into sub-trees
3838

3939
-t::
40-
show tree entry itself as well as subtrees. Implies -r.
40+
Show tree entry itself as well as subtrees. Implies -r.
4141

4242
--root::
4343
When `--root` is specified the initial commit will be shown as a big

Documentation/git-hook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ OPTIONS
3232
-------
3333

3434
--to-stdin::
35-
For "run"; Specify a file which will be streamed into the
35+
For "run"; specify a file which will be streamed into the
3636
hook's stdin. The hook will receive the entire file from
3737
beginning to EOF.
3838

Documentation/git-mergetool--lib.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,22 @@ to define the operation mode for the functions listed below.
2828
FUNCTIONS
2929
---------
3030
get_merge_tool::
31-
returns a merge tool. the return code is 1 if we returned a guessed
31+
Returns a merge tool. The return code is 1 if we returned a guessed
3232
merge tool, else 0. '$GIT_MERGETOOL_GUI' may be set to 'true' to
3333
search for the appropriate guitool.
3434

3535
get_merge_tool_cmd::
36-
returns the custom command for a merge tool.
36+
Returns the custom command for a merge tool.
3737

3838
get_merge_tool_path::
39-
returns the custom path for a merge tool.
39+
Returns the custom path for a merge tool.
4040

4141
initialize_merge_tool::
42-
bring merge tool specific functions into scope so they can be used or
42+
Brings merge tool specific functions into scope so they can be used or
4343
overridden.
4444

4545
run_merge_tool::
46-
launches a merge tool given the tool name and a true/false
46+
Launches a merge tool given the tool name and a true/false
4747
flag to indicate whether a merge base is present.
4848
'$MERGED', '$LOCAL', '$REMOTE', and '$BASE' must be defined
4949
for use by the merge tool.

Documentation/git-stripspace.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ With no arguments, this will:
2929
In the case where the input consists entirely of whitespace characters, no
3030
output will be produced.
3131

32-
*NOTE*: This is intended for cleaning metadata, prefer the `--whitespace=fix`
32+
*NOTE*: This is intended for cleaning metadata. Prefer the `--whitespace=fix`
3333
mode of linkgit:git-apply[1] for correcting whitespace of patches or files in
3434
the repository.
3535

Documentation/git-update-server-info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ OPTIONS
2323
-------
2424
-f::
2525
--force::
26-
update the info files from scratch.
26+
Update the info files from scratch.
2727

2828
OUTPUT
2929
------

Documentation/technical/reftable.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ log_index*
175175
footer
176176
....
177177

178-
in a log-only file the first log block immediately follows the file
178+
In a log-only file the first log block immediately follows the file
179179
header, without padding to block alignment.
180180

181181
Block size

0 commit comments

Comments
 (0)