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