git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries
@ 2025-08-07  5:09 Patrick Steinhardt
  2025-08-07 15:46 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick Steinhardt @ 2025-08-07  5:09 UTC (permalink / raw)
  To: git

Improve wording and fix typos for a couple entries part of the Git 2.51
release notes.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
---
 Documentation/RelNotes/2.51.0.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
index f8adc2c5cf..e2cd673f43 100644
--- a/Documentation/RelNotes/2.51.0.adoc
+++ b/Documentation/RelNotes/2.51.0.adoc
@@ -97,8 +97,8 @@ Performance, Internal Implementation, Development Support etc.
  * "git push" and "git fetch" are taught to update refs in batches to
    gain performance.
 
- * Some code paths in the "git prune" used to ignore passed in
-   repository object and used the_repository singleton instance
+ * Some code paths in "git prune" used to ignore the passed-in
+   repository object and used the `the_repository` singleton instance
    instead, which has been corrected.
 
  * Update ".clang-format" and ".editorconfig" to match our style guide
@@ -139,7 +139,7 @@ Performance, Internal Implementation, Development Support etc.
  * Redefine where the multi-pack-index sits in the object subsystem,
    which recently was restructured to allow multiple backends that
    support a single object source that belongs to one repository.  A
-   midx does span mulitple "object sources".
+   MIDX does span multiple "object sources".
 
  * Reduce implicit assumption and dependence on the_repository in the
    object-file subsystem.
@@ -292,8 +292,8 @@ including security updates, are included in this release.
    and also they learn to honor the -U<n> command-line option.
    (merge 2b3ae04011 lm/add-p-context later to maint).
 
- * The case where a new submodule takes a path where used to be a
-   completely different subproject is now dealt a bit better than
+ * The case where a new submodule takes a path where there used to be a
+   completely different subproject is now dealt with a bit better than
    before.
    (merge 5ed8c5b465 kj/renamed-submodule later to maint).
 

---
base-commit: 64cbe5e2e8a7b0f92c780b210e602496bd5cad0f
change-id: 20250807-pks-relnotes-2-51-fixes-0e72ed15c5bf


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries
  2025-08-07  5:09 [PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries Patrick Steinhardt
@ 2025-08-07 15:46 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2025-08-07 15:46 UTC (permalink / raw)
  To: Patrick Steinhardt; +Cc: git

Patrick Steinhardt <ps@pks.im> writes:

> Improve wording and fix typos for a couple entries part of the Git 2.51
> release notes.
>
> Signed-off-by: Patrick Steinhardt <ps@pks.im>
> ---

Thanks.

>  Documentation/RelNotes/2.51.0.adoc | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
> index f8adc2c5cf..e2cd673f43 100644
> --- a/Documentation/RelNotes/2.51.0.adoc
> +++ b/Documentation/RelNotes/2.51.0.adoc
> @@ -97,8 +97,8 @@ Performance, Internal Implementation, Development Support etc.
>   * "git push" and "git fetch" are taught to update refs in batches to
>     gain performance.
>  
> - * Some code paths in the "git prune" used to ignore passed in
> -   repository object and used the_repository singleton instance
> + * Some code paths in "git prune" used to ignore the passed-in
> +   repository object and used the `the_repository` singleton instance
>     instead, which has been corrected.
>  
>   * Update ".clang-format" and ".editorconfig" to match our style guide
> @@ -139,7 +139,7 @@ Performance, Internal Implementation, Development Support etc.
>   * Redefine where the multi-pack-index sits in the object subsystem,
>     which recently was restructured to allow multiple backends that
>     support a single object source that belongs to one repository.  A
> -   midx does span mulitple "object sources".
> +   MIDX does span multiple "object sources".
>  
>   * Reduce implicit assumption and dependence on the_repository in the
>     object-file subsystem.
> @@ -292,8 +292,8 @@ including security updates, are included in this release.
>     and also they learn to honor the -U<n> command-line option.
>     (merge 2b3ae04011 lm/add-p-context later to maint).
>  
> - * The case where a new submodule takes a path where used to be a
> -   completely different subproject is now dealt a bit better than
> + * The case where a new submodule takes a path where there used to be a
> +   completely different subproject is now dealt with a bit better than
>     before.
>     (merge 5ed8c5b465 kj/renamed-submodule later to maint).
>  
>
> ---
> base-commit: 64cbe5e2e8a7b0f92c780b210e602496bd5cad0f
> change-id: 20250807-pks-relnotes-2-51-fixes-0e72ed15c5bf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-07 15:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-07  5:09 [PATCH] Documentation/RelNotes/2.51.0: improve wording for a couple entries Patrick Steinhardt
2025-08-07 15:46 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).