git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation/RelNotes: improve release note for rename detection work
@ 2021-03-04 22:51 Elijah Newren via GitGitGadget
  2021-03-04 23:38 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Elijah Newren via GitGitGadget @ 2021-03-04 22:51 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Elijah Newren, Elijah Newren

From: Elijah Newren <newren@gmail.com>

There were some early changes in the 2.31 cycle to optimize some setup
in diffcore-rename.c[1], some later changes to measure performance[2],
and finally some significant changes to improve rename detection
performance.  The final one was merged with the note

   Performance optimization work on the rename detection continues.

That works for the commit log, but feels misleading as a release note
since all the changes were within one cycle.  Simplify this to just

   Performance improvements for rename detection.

The former wording could be seen as hinting that more performance
improvements will come in 2.32, which is true, but we can just cover
those in the 2.32 release notes when the time comes.

[1] a5ac31b5b1 (Merge branch 'en/diffcore-rename', 2021-01-25)
[2] d3a035b055 (Merge branch 'en/merge-ort-perf', 2021-02-11)
[3] 12bd17521c (Merge branch 'en/diffcore-rename', 2021-03-01)

Signed-off-by: Elijah Newren <newren@gmail.com>
---
    Documentation/RelNotes: improve release note for rename detection work
    
    Just a tiny release note tweak

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-974%2Fnewren%2Frelease-notes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-974/newren/release-notes-v1
Pull-Request: https://github.com/git/git/pull/974

 Documentation/RelNotes/2.31.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
index 04bd5b70a950..56d4643de909 100644
--- a/Documentation/RelNotes/2.31.0.txt
+++ b/Documentation/RelNotes/2.31.0.txt
@@ -199,7 +199,7 @@ Performance, Internal Implementation, Development Support etc.
 
  * Preliminary changes to fsmonitor integration.
 
- * Performance optimization work on the rename detection continues.
+ * Performance improvements for rename detection.
 
  * The common code to deal with "chunked file format" that is shared
    by the multi-pack-index and commit-graph files have been factored

base-commit: f01623b2c9d14207e497b21ebc6b3ec4afaf4b46
-- 
gitgitgadget

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

* Re: [PATCH] Documentation/RelNotes: improve release note for rename detection work
  2021-03-04 22:51 [PATCH] Documentation/RelNotes: improve release note for rename detection work Elijah Newren via GitGitGadget
@ 2021-03-04 23:38 ` Junio C Hamano
  2021-03-05  0:36   ` Elijah Newren
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2021-03-04 23:38 UTC (permalink / raw)
  To: Elijah Newren via GitGitGadget; +Cc: git, Elijah Newren

"Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com> writes:

> The former wording could be seen as hinting that more performance
> improvements will come in 2.32, which is true, but ...

It is somewhat dissappointing to hear that, as the above "hinting"
was exactly what I wanted to achieve by leaving "continues" in
there.

Will queue, though.

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

* Re: [PATCH] Documentation/RelNotes: improve release note for rename detection work
  2021-03-04 23:38 ` Junio C Hamano
@ 2021-03-05  0:36   ` Elijah Newren
  0 siblings, 0 replies; 3+ messages in thread
From: Elijah Newren @ 2021-03-05  0:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Elijah Newren via GitGitGadget, Git Mailing List

On Thu, Mar 4, 2021 at 3:38 PM Junio C Hamano <gitster@pobox.com> wrote:
>
> "Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com> writes:
>
> > The former wording could be seen as hinting that more performance
> > improvements will come in 2.32, which is true, but ...
>
> It is somewhat dissappointing to hear that, as the above "hinting"
> was exactly what I wanted to achieve by leaving "continues" in
> there.

Ah.  I actually threw that last paragraph into the commit message
almost as an afterthought.  Perhaps "commences" or "has begun" instead
of "continues" would have worked?  When I saw "continues" it just
looked to me like an accidental copy of the commit message and one
that could be misleading, so I thought I'd flag it.

> Will queue, though.

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

end of thread, other threads:[~2021-03-05  0:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 22:51 [PATCH] Documentation/RelNotes: improve release note for rename detection work Elijah Newren via GitGitGadget
2021-03-04 23:38 ` Junio C Hamano
2021-03-05  0:36   ` Elijah Newren

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).