@@ -72,6 +72,9 @@ UI, Workflows & Features
72
72
73
73
* Miscellaneous small UX improvements on "git-p4".
74
74
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
+
75
78
76
79
Performance, Internal Implementation, Development Support etc.
77
80
@@ -143,8 +146,6 @@ Performance, Internal Implementation, Development Support etc.
143
146
* The code has been made to avoid gmtime() and localtime() and prefer
144
147
their reentrant counterparts.
145
148
146
- * The effort to reimplement "git add -i" in C continues.
147
-
148
149
* In a repository with many packfiles, the cost of the procedure that
149
150
avoids registering the same packfile twice was unnecessarily high
150
151
by using an inefficient search algorithm, which has been corrected.
@@ -315,6 +316,18 @@ Fixes since v2.24
315
316
in C, which has been corrected.
316
317
(merge 4fe7e43c53 en/rebase-signoff-fix later to maint).
317
318
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
+
318
331
* Other code cleanup, docfix, build fix, etc.
319
332
(merge 80736d7c5e jc/am-show-current-patch-docfix later to maint).
320
333
(merge 8b656572ca sg/commit-graph-usage-fix later to maint).
@@ -351,3 +364,6 @@ Fixes since v2.24
351
364
(merge df5be01669 ja/doc-markup-cleanup later to maint).
352
365
(merge 7c5cea7242 mr/bisect-save-pointer-to-const-string later to maint).
353
366
(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