Skip to content

Commit a45f531

Browse files
Martin Ågrengitster
authored andcommitted
RelNotes/2.23.0: fix a few typos and other minor issues
Fix the spelling of the new "--no-show-forced-updates" option that "git fetch/pull" learned. Similarly, spell "--function-context" correctly and fix a few typos, grammos and minor mistakes. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9a63af commit a45f531

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/RelNotes/2.23.0.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ UI, Workflows & Features
5252

5353
* "git fetch" and "git pull" reports when a fetch results in
5454
non-fast-forward updates to let the user notice unusual situation.
55-
The commands learned "--no-shown-forced-updates" option to disable
55+
The commands learned "--no-show-forced-updates" option to disable
5656
this safety feature.
5757

5858
* Two new commands "git switch" and "git restore" are introduced to
@@ -68,7 +68,7 @@ UI, Workflows & Features
6868
* The conditional inclusion mechanism learned to base the choice on
6969
the branch the HEAD currently is on.
7070

71-
* "git rev-list --objects" learned with "--no-object-names" option to
71+
* "git rev-list --objects" learned the "--no-object-names" option to
7272
squelch the path to the object that is used as a grouping hint for
7373
pack-objects.
7474

@@ -106,7 +106,7 @@ Performance, Internal Implementation, Development Support etc.
106106
no longer be used.
107107

108108
* Developer support to emulate unsatisfied prerequisites in tests to
109-
ensure that the remainer of the tests still succeeds when tests
109+
ensure that the remainder of the tests still succeeds when tests
110110
with prerequisites are skipped.
111111

112112
* "git update-server-info" learned not to rewrite the file with the
@@ -121,7 +121,7 @@ Performance, Internal Implementation, Development Support etc.
121121
* Prepare use of reachability index in topological walker that works
122122
on a range (A..B).
123123

124-
* A new tutorial targetting specifically aspiring git-core
124+
* A new tutorial targeting specifically aspiring git-core
125125
developers has been added.
126126

127127
* Auto-detect how to tell HP-UX aCC where to use dynamically linked
@@ -181,7 +181,7 @@ Fixes since v2.22
181181
the same repository was corrupt, which has been corrected.
182182

183183
* The ownership rule for the file descriptor to fast-import remote
184-
backend was mixed up, leading to unrelated file descriptor getting
184+
backend was mixed up, leading to an unrelated file descriptor getting
185185
closed, which has been fixed.
186186

187187
* A "merge -c" instruction during "git rebase --rebase-merges" should
@@ -306,7 +306,7 @@ Fixes since v2.22
306306

307307
* The configuration variable rebase.rescheduleFailedExec should be
308308
effective only while running an interactive rebase and should not
309-
affect anything when running an non-interactive one, which was not
309+
affect anything when running a non-interactive one, which was not
310310
the case. This has been corrected.
311311

312312
* The "git clone" documentation refers to command line options in its
@@ -339,7 +339,7 @@ Fixes since v2.22
339339
having to consult the other end, which has been corrected.
340340

341341
* The internal diff machinery can be made to read out of bounds while
342-
looking for --funcion-context line in a corner case, which has been
342+
looking for --function-context line in a corner case, which has been
343343
corrected.
344344
(merge b777f3fd61 jk/xdiff-clamp-funcname-context-index later to maint).
345345

0 commit comments

Comments
 (0)