Skip to content

Commit 58d581c

Browse files
newrengitster
authored andcommitted
Documentation/RelNotes: improve release note for rename detection work
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] a5ac31b (Merge branch 'en/diffcore-rename', 2021-01-25) [2] d3a035b (Merge branch 'en/merge-ort-perf', 2021-02-11) [3] 12bd175 (Merge branch 'en/diffcore-rename', 2021-03-01) Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 921846f commit 58d581c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/RelNotes/2.31.0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Performance, Internal Implementation, Development Support etc.
199199

200200
* Preliminary changes to fsmonitor integration.
201201

202-
* Performance optimization work on the rename detection continues.
202+
* Performance improvements for rename detection.
203203

204204
* The common code to deal with "chunked file format" that is shared
205205
by the multi-pack-index and commit-graph files have been factored

0 commit comments

Comments
 (0)