@@ -48,6 +48,12 @@ UI, Workflows & Features
4848 * Operating modes like "--batch" of "git cat-file" command learned to
4949 take NUL-terminated input, instead of one-item-per-line.
5050
51+ * "git rm" has become more aware of the sparse-index feature.
52+
53+ * "git rev-list --disk-usage" learned to take an optional value
54+ "human" to show the reported value in human-readable format, like
55+ "3.40MiB".
56+
5157
5258Performance, Internal Implementation, Development Support etc.
5359
@@ -107,6 +113,8 @@ Performance, Internal Implementation, Development Support etc.
107113 * "git fetch" client logs the partial clone filter used in the trace2
108114 output.
109115
116+ * The "bundle URI" design gets documented.
117+
110118
111119Fixes since v2.37
112120-----------------
@@ -240,5 +248,21 @@ Fixes since v2.37
240248 on Windows.
241249 (merge 3f7207e2ea js/safe-directory-plus later to maint).
242250
251+ * "vimdiff3" regression fix.
252+ (merge 34133d9658 fc/vimdiff-layout-vimdiff3-fix later to maint).
253+
254+ * "git fsck" reads mode from tree objects but canonicalizes the mode
255+ before passing it to the logic to check object sanity, which has
256+ hid broken tree objects from the checking logic. This has been
257+ corrected, but to help exiting projects with broken tree objects
258+ that they cannot fix retroactively, the severity of anomalies this
259+ code detects has been demoted to "info" for now.
260+ (merge 4dd3b045f5 jk/fsck-tree-mode-bits-fix later to maint).
261+
262+ * Fixes to sparse index compatibility work for "reset" and "checkout"
263+ commands.
264+ (merge b15207b8cf vd/sparse-reset-checkout-fixes later to maint).
265+
243266 * Other code cleanup, docfix, build fix, etc.
244267 (merge 94955d576b gc/git-reflog-doc-markup later to maint).
268+ (merge efae7ce692 po/doc-add-renormalize later to maint).
0 commit comments