Skip to content

Commit 042ed3e

Browse files
committed
The final batch before -rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0f1930c commit 042ed3e

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

Documentation/RelNotes/2.25.0.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ UI, Workflows & Features
7272

7373
* Miscellaneous small UX improvements on "git-p4".
7474

75+
* "git sparse-checkout list" subcommand learned to give its output in
76+
a more concise form when the "cone" mode is in effect.
77+
7578

7679
Performance, Internal Implementation, Development Support etc.
7780

@@ -143,8 +146,6 @@ Performance, Internal Implementation, Development Support etc.
143146
* The code has been made to avoid gmtime() and localtime() and prefer
144147
their reentrant counterparts.
145148

146-
* The effort to reimplement "git add -i" in C continues.
147-
148149
* In a repository with many packfiles, the cost of the procedure that
149150
avoids registering the same packfile twice was unnecessarily high
150151
by using an inefficient search algorithm, which has been corrected.
@@ -315,6 +316,18 @@ Fixes since v2.24
315316
in C, which has been corrected.
316317
(merge 4fe7e43c53 en/rebase-signoff-fix later to maint).
317318

319+
* An earlier update to Git for Windows declared that a tree object is
320+
invalid if it has a path component with backslash in it, which was
321+
overly strict, which has been corrected. The only protection the
322+
Windows users need is to prevent such path (or any path that their
323+
filesystem cannot check out) from entering the index.
324+
(merge 224c7d70fa js/mingw-loosen-overstrict-tree-entry-checks later to maint).
325+
326+
* The code to write split commit-graph file(s) upon fetching computed
327+
bogus value for the parameter used in splitting the resulting
328+
files, which has been corrected.
329+
(merge 63020f175f ds/commit-graph-set-size-mult later to maint).
330+
318331
* Other code cleanup, docfix, build fix, etc.
319332
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
320333
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -351,3 +364,6 @@ Fixes since v2.24
351364
(merge df5be01669 ja/doc-markup-cleanup later to maint).
352365
(merge 7c5cea7242 mr/bisect-save-pointer-to-const-string later to maint).
353366
(merge 20a67e8ce9 js/use-test-tool-on-path later to maint).
367+
(merge 4e61b2214d ew/packfile-syscall-optim later to maint).
368+
(merge ace0f86c7f pb/clarify-line-log-doc later to maint).
369+
(merge 763a59e71c en/merge-recursive-oid-eq-simplify later to maint).

0 commit comments

Comments
 (0)