Skip to content

Commit 1faf5b0

Browse files
committed
A few on top of -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 214cbb7 commit 1faf5b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/2.53.0.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ Performance, Internal Implementation, Development Support etc.
110110
111111
* Further preparation to upstream symbolic link support on Windows.
112112
113+
* Remove implicit reliance on the_repository global in the APIs
114+
around tree objects and make it explicit which repository to work
115+
in.
116+
113117
114118
Fixes since v2.52
115119
-----------------
@@ -280,6 +284,12 @@ Fixes since v2.52
280284
terminating newline, which has been corrected.
281285
(merge a8227ae8d5 kt/http-backend-errors later to maint).
282286

287+
* "git repack --geometric" did not work with promisor packs, which
288+
has been corrected.
289+
290+
* The logic that avoids reusing MIDX files with a wrong checksum was
291+
broken, which has been corrected.
292+
283293
* Other code cleanup, docfix, build fix, etc.
284294
(merge 46207a54cc qj/doc-http-bad-want-response later to maint).
285295
(merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -311,3 +321,4 @@ Fixes since v2.52
311321
(merge 3f051fc9c9 kh/doc-patch-id later to maint).
312322
(merge 555c8464e5 je/doc-reset later to maint).
313323
(merge 220f888d7e ps/t1410-cleanup later to maint).
324+
(merge 5814b04c02 ps/config-doc-get-urlmatch-fix later to maint).

0 commit comments

Comments
 (0)