Skip to content

Commit 90c0775

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fe6fb09 commit 90c0775

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ Performance, Internal Implementation, Development Support etc.
8484
8585
* Code clean-up around object access API.
8686
87+
* Define .precision to more canned parse-options type to avoid bugs
88+
coming from using a variable with a wrong type to capture the
89+
parsed values.
90+
8791
8892
Fixes since v2.50
8993
-----------------
@@ -166,6 +170,14 @@ including security updates, are included in this release.
166170
* Leakfix with a new and a bit invasive test on pack-bitmap files.
167171
(merge bfd5522e98 ly/load-bitmap-leakfix later to maint).
168172

173+
* "git fetch --prune" used to be O(n^2) expensive when there are many
174+
refs, which has been corrected.
175+
(merge 87d8d8c5d0 ph/fetch-prune-optim later to maint).
176+
177+
* When a ref creation at refs/heads/foo/bar fails, the files backend
178+
now removes refs/heads/foo/ if the directory is otherwise not used.
179+
(merge a3a7f20516 ps/refs-files-remove-empty-parent later to maint).
180+
169181
* Other code cleanup, docfix, build fix, etc.
170182
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
171183
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -188,3 +200,4 @@ including security updates, are included in this release.
188200
(merge de404249ab ps/perlless-test-fixes later to maint).
189201
(merge 953049eed8 ts/merge-orig-head-doc-fix later to maint).
190202
(merge 0c83bbc704 rj/freebsd-sysinfo-build-fix later to maint).
203+
(merge ad7780b38f ps/doc-pack-refs-auto-with-files-backend-fix later to maint).

0 commit comments

Comments
 (0)