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 <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Martin Ågren committed Aug 1, 2019 at 16:12 UTC a45f5314713dfff918853012395e92d15a70b297
1 file changed +7 -7
Documentation/RelNotes/2.23.0.txt
+7 -7
@@ -52,7 +52,7 @@ UI, Workflows & Features
52
53 * "git fetch" and "git pull" reports when a fetch results in
54 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
56 this safety feature.
57
58 * Two new commands "git switch" and "git restore" are introduced to
@@ -68,7 +68,7 @@ UI, Workflows & Features
68 * The conditional inclusion mechanism learned to base the choice on
69 the branch the HEAD currently is on.
70
71 - * "git rev-list --objects" learned with "--no-object-names" option to
71 + * "git rev-list --objects" learned the "--no-object-names" option to
72 squelch the path to the object that is used as a grouping hint for
73 pack-objects.
74
@@ -106,7 +106,7 @@ Performance, Internal Implementation, Development Support etc.
106 no longer be used.
107
108 * 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
110 with prerequisites are skipped.
111
112 * "git update-server-info" learned not to rewrite the file with the
@@ -121,7 +121,7 @@ Performance, Internal Implementation, Development Support etc.
121 * Prepare use of reachability index in topological walker that works
122 on a range (A..B).
123
124 - * A new tutorial targetting specifically aspiring git-core
124 + * A new tutorial targeting specifically aspiring git-core
125 developers has been added.
126
127 * Auto-detect how to tell HP-UX aCC where to use dynamically linked
@@ -181,7 +181,7 @@ Fixes since v2.22
181 the same repository was corrupt, which has been corrected.
182
183 * 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
185 closed, which has been fixed.
186
187 * A "merge -c" instruction during "git rebase --rebase-merges" should
@@ -306,7 +306,7 @@ Fixes since v2.22
306
307 * The configuration variable rebase.rescheduleFailedExec should be
308 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
310 the case. This has been corrected.
311
312 * The "git clone" documentation refers to command line options in its
@@ -339,7 +339,7 @@ Fixes since v2.22
339 having to consult the other end, which has been corrected.
340
341 * 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
343 corrected.
344 (merge b777f3fd61 jk/xdiff-clamp-funcname-context-index later to maint).
345