On Sun, Apr 21, 2024 at 11:29:10AM -0700, Junio C Hamano wrote: > "Orgad Shaneh via GitGitGadget" writes: > > > From: Orgad Shaneh > > > > Signed-off-by: Orgad Shaneh > > @@ -110,9 +110,6 @@ Performance, Internal Implementation, Development Support etc. > > clean.requireForce has been simplified, together with the > > documentation. > > > > - * The code to iterate over refs with the reftable backend has seen > > - some optimization. > > - > > * Uses of xwrite() helper have been audited and updated for better > > error checking and simpler code. > > Interesting. It is likely that we had two topics that did things > that summarised down to the same description. They are > > 448a74e1 (Merge branch 'ps/reftable-iteration-perf-part2', 2024-03-14) > 9f67cbd0 (Merge branch 'ps/reftable-iteration-perf', 2024-02-26) > > I do not know which is better between removing the second entry > (which is what this patch is doing, as the entries are in > chronological order of the topics' graduation to 'master'), or > amending it to say "has seen some more optimization". Squashing these into a single entry should be fine in my opinion. The split was artificial anyway to make the review process easier. Patrick