Skip to content

Commit d3096d2

Browse files
committed
Merge branch 'en/doc-typofix'
Docfix. * en/doc-typofix: Fix spelling errors in no-longer-updated-from-upstream modules multimail: fix a few simple spelling errors sha1dc: fix trivial comment spelling error Fix spelling errors in test commands Fix spelling errors in messages shown to users Fix spelling errors in names of tests Fix spelling errors in comments of testcases Fix spelling errors in code comments Fix spelling errors in documentation outside of Documentation/ Documentation: fix a bunch of typos, both old and new
2 parents 26f20fa + 03670c8 commit d3096d2

File tree

141 files changed

+214
-214
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+214
-214
lines changed

Documentation/CodingGuidelines

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For shell scripts specifically (not exhaustive):
7575

7676
- If you want to find out if a command is available on the user's
7777
$PATH, you should use 'type <command>', instead of 'which <command>'.
78-
The output of 'which' is not machine parseable and its exit code
78+
The output of 'which' is not machine parsable and its exit code
7979
is not reliable across platforms.
8080

8181
- We use POSIX compliant parameter substitutions and avoid bashisms;
@@ -203,7 +203,7 @@ For C programs:
203203
. since early 2012 with e1327023ea, we have been using an enum
204204
definition whose last element is followed by a comma. This, like
205205
an array initializer that ends with a trailing comma, can be used
206-
to reduce the patch noise when adding a new identifer at the end.
206+
to reduce the patch noise when adding a new identifier at the end.
207207

208208
. since mid 2017 with cbc0f81d, we have been using designated
209209
initializers for struct (e.g. "struct t v = { .val = 'a' };").

Documentation/RelNotes/1.5.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Updates in v1.5.0 since v1.4.4 series
251251
the repository when that happens.
252252

253253

254-
* Crufts removal
254+
* Cruft removal
255255

256256
- We used to say "old commits are retrievable using reflog and
257257
'master@{yesterday}' syntax as long as you haven't run
@@ -379,7 +379,7 @@ Updates in v1.5.0 since v1.4.4 series
379379
- The value of i18n.commitencoding in the originating
380380
repository is recorded in the commit object on the "encoding"
381381
header, if it is not UTF-8. git-log and friends notice this,
382-
and reencodes the message to the log output encoding when
382+
and re-encodes the message to the log output encoding when
383383
displaying, if they are different. The log output encoding
384384
is determined by "git log --encoding=<encoding>",
385385
i18n.logoutputencoding configuration, or i18n.commitencoding

Documentation/RelNotes/1.6.5.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Fixes since v1.6.5.3
1010

1111
* "git prune-packed" gave progress output even when its standard error is
1212
not connected to a terminal; this caused cron jobs that run it to
13-
produce crufts.
13+
produce cruft.
1414

1515
* "git pack-objects --all-progress" is an option to ask progress output
1616
from write-object phase _if_ progress output were to be produced, and

Documentation/RelNotes/1.7.0.2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Fixes since v1.7.0.1
3434
* "git status" in 1.7.0 lacked the optimization we used to have in 1.6.X series
3535
to speed up scanning of large working tree.
3636

37-
* "gitweb" did not diagnose parsing errors properly while reading tis configuration
37+
* "gitweb" did not diagnose parsing errors properly while reading its configuration
3838
file.
3939

4040
And other minor fixes and documentation updates.

Documentation/RelNotes/1.7.10.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Fixes since v1.7.10.3
77
* The message file for Swedish translation has been updated a bit.
88

99
* A name taken from mailmap was copied into an internal buffer
10-
incorrectly and could overun the buffer if it is too long.
10+
incorrectly and could overrun the buffer if it is too long.
1111

1212
* A malformed commit object that has a header line chomped in the
1313
middle could kill git with a NULL pointer dereference.

Documentation/RelNotes/1.7.12.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Fixes since v1.7.12.2
2525
its Accept-Encoding header.
2626

2727
* "git receive-pack" (the counterpart to "git push") did not give
28-
progress output while processing objects it received to the puser
28+
progress output while processing objects it received to the user
2929
when run over the smart-http protocol.
3030

3131
* "git status" honored the ignore=dirty settings in .gitmodules but

Documentation/RelNotes/1.7.5.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fixes since v1.7.5.2
2222
* "git log --stdin path" with an input that has additional pathspec
2323
used to corrupt memory.
2424

25-
* "git send-pack" (hence "git push") over smalt-HTTP protocol could
25+
* "git send-pack" (hence "git push") over smart-HTTP protocol could
2626
deadlock when the client side pack-object died early.
2727

2828
* Compressed tarball gitweb generates used to be made with the timestamp

Documentation/RelNotes/1.8.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ to them for details).
233233
together, misdetected branches.
234234

235235
* "git receive-pack" (the counterpart to "git push") did not give
236-
progress output while processing objects it received to the puser
236+
progress output while processing objects it received to the user
237237
when run over the smart-http protocol.
238238

239239
* When you misspell the command name you give to the "exec" action in

Documentation/RelNotes/1.8.4.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Fixes since v1.8.4
1515
in 1.8.4-rc1).
1616

1717
* "git rebase -i" and other scripted commands were feeding a
18-
random, data dependant error message to 'echo' and expecting it
18+
random, data dependent error message to 'echo' and expecting it
1919
to come out literally.
2020

2121
* Setting the "submodule.<name>.path" variable to the empty

Documentation/RelNotes/2.1.3.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Git v2.1.3 Release Notes
1313
they are new enough to support the `--output` option.
1414

1515
* "git pack-objects" forgot to disable the codepath to generate
16-
object recheability bitmap when it needs to split the resulting
16+
object reachability bitmap when it needs to split the resulting
1717
pack.
1818

1919
* "gitweb" used deprecated CGI::startfrom, which was removed from

0 commit comments

Comments
 (0)