Skip to content

Commit 45dea78

Browse files
pks-tgitster
authored andcommitted
Documentation/RelNotes/2.51.0: improve wording for a couple entries
Improve wording and fix typos for a couple entries part of the Git 2.51 release notes. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94c3b34 commit 45dea78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Performance, Internal Implementation, Development Support etc.
9797
* "git push" and "git fetch" are taught to update refs in batches to
9898
gain performance.
9999
100-
* Some code paths in the "git prune" used to ignore passed in
101-
repository object and used the_repository singleton instance
100+
* Some code paths in "git prune" used to ignore the passed-in
101+
repository object and used the `the_repository` singleton instance
102102
instead, which has been corrected.
103103
104104
* Update ".clang-format" and ".editorconfig" to match our style guide
@@ -139,7 +139,7 @@ Performance, Internal Implementation, Development Support etc.
139139
* Redefine where the multi-pack-index sits in the object subsystem,
140140
which recently was restructured to allow multiple backends that
141141
support a single object source that belongs to one repository. A
142-
midx does span mulitple "object sources".
142+
MIDX does span multiple "object sources".
143143
144144
* Reduce implicit assumption and dependence on the_repository in the
145145
object-file subsystem.
@@ -292,8 +292,8 @@ including security updates, are included in this release.
292292
and also they learn to honor the -U<n> command-line option.
293293
(merge 2b3ae04011 lm/add-p-context later to maint).
294294

295-
* The case where a new submodule takes a path where used to be a
296-
completely different subproject is now dealt a bit better than
295+
* The case where a new submodule takes a path where there used to be a
296+
completely different subproject is now dealt with a bit better than
297297
before.
298298
(merge 5ed8c5b465 kj/renamed-submodule later to maint).
299299

0 commit comments

Comments
 (0)