Skip to content

Commit f4e1851

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

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Documentation/config/format.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ format.encodeEmailHeaders::
6868
Defaults to true.
6969

7070
format.pretty::
71-
The default pretty format for log/show/whatchanged command,
71+
The default pretty format for log/show/whatchanged command.
7272
See linkgit:git-log[1], linkgit:git-show[1],
7373
linkgit:git-whatchanged[1].
7474

Documentation/config/fsck.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ uniformly configure the same fsck settings in different circumstances
6262
all three of them must be set to the same values.
6363
+
6464
Older versions of Git (before 2.20) documented that the object names
65-
list should be sorted. This was never a requirement, the object names
65+
list should be sorted. This was never a requirement; the object names
6666
could appear in any order, but when reading the list we tracked whether
6767
the list was sorted for the purposes of an internal binary search
6868
implementation, which could save itself some work with an already sorted

Documentation/git-fsmonitor--daemon.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ but not on network-mounted filesystems, NTFS, or FAT32. Other filesystems
8383
may or may not have the needed support; the fsmonitor daemon is not guaranteed
8484
to work with these filesystems and such use is considered experimental.
8585

86-
By default, the socket is created in the `.git` directory, however, if the
86+
By default, the socket is created in the `.git` directory. However, if the
8787
`.git` directory is on a network-mounted filesystem, it will instead be
8888
created at `$HOME/.git-fsmonitor-*` unless `$HOME` itself is on a
8989
network-mounted filesystem in which case you must set the configuration

Documentation/git-init.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ to use instead of `./.git` for the base of the repository.
2929

3030
If the object storage directory is specified via the
3131
`$GIT_OBJECT_DIRECTORY` environment variable then the sha1 directories
32-
are created underneath - otherwise the default `$GIT_DIR/objects`
32+
are created underneath; otherwise, the default `$GIT_DIR/objects`
3333
directory is used.
3434

3535
Running 'git init' in an existing repository is safe. It will not

Documentation/git-ls-files.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ OPTIONS
6262
matching an exclude pattern. When showing "other" files
6363
(i.e. when used with '-o'), show only those matched by an
6464
exclude pattern. Standard ignore rules are not automatically
65-
activated, therefore at least one of the `--exclude*` options
65+
activated; therefore, at least one of the `--exclude*` options
6666
is required.
6767

6868
-s::
@@ -141,7 +141,7 @@ OPTIONS
141141
Show status tags together with filenames. Note that for
142142
scripting purposes, linkgit:git-status[1] `--porcelain` and
143143
linkgit:git-diff-files[1] `--name-status` are almost always
144-
superior alternatives, and users should look at
144+
superior alternatives; users should look at
145145
linkgit:git-status[1] `--short` or linkgit:git-diff[1]
146146
`--name-status` for more user-friendly alternatives.
147147
+

0 commit comments

Comments
 (0)