@@ -22,6 +22,17 @@ UI, Workflows & Features
2222 * "git clone" learned to make a shallow clone for a single commit
2323 that is not necessarily be at the tip of any branch.
2424
25+ * Lazy-loading missing files in a blobless clone on demand is costly
26+ as it tends to be one-blob-at-a-time. "git backfill" is introduced
27+ to help bulk-download necessary files beforehand.
28+
29+ * "git push --atomic --porcelain" used to ignore failures from the
30+ other side, losing the error status from the child process, which
31+ has been corrected.
32+
33+ * "git rev-list --missing=" learned to accept "print-info" that gives
34+ known details expected of the missing objects, like path and type.
35+
2536
2637Performance, Internal Implementation, Development Support etc.
2738--------------------------------------------------------------
@@ -55,6 +66,8 @@ Performance, Internal Implementation, Development Support etc.
5566 * All the documentation .txt files have been renamed to .adoc to help
5667 content aware editors.
5768
69+ * "git difftool" code clean-up.
70+
5871
5972Fixes since v2.48
6073-----------------
@@ -186,6 +199,9 @@ Fixes since v2.48
186199 has been corrected.
187200 (merge 93dc16483a bf/fetch-set-head-fix later to maint).
188201
202+ * A thunderbird helper script lost its bashism.
203+ (merge 59d26bd961 bc/contrib-thunderbird-patch-inline-fix later to maint).
204+
189205 * Other code cleanup, docfix, build fix, etc.
190206 (merge ddb5287894 jk/t7407-use-test-grep later to maint).
191207 (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -200,3 +216,4 @@ Fixes since v2.48
200216 (merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
201217 (merge 087740d65a ps/leakfixes-0129 later to maint).
202218 (merge 6bba6f604b jp/doc-trailer-config later to maint).
219+ (merge f1cc562b77 lo/t7603-path-is-file-update later to maint).
0 commit comments