@@ -22,6 +22,17 @@ UI, Workflows & Features
22
22
* "git clone" learned to make a shallow clone for a single commit
23
23
that is not necessarily be at the tip of any branch.
24
24
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
+
25
36
26
37
Performance, Internal Implementation, Development Support etc.
27
38
--------------------------------------------------------------
@@ -55,6 +66,8 @@ Performance, Internal Implementation, Development Support etc.
55
66
* All the documentation .txt files have been renamed to .adoc to help
56
67
content aware editors.
57
68
69
+ * "git difftool" code clean-up.
70
+
58
71
59
72
Fixes since v2.48
60
73
-----------------
@@ -186,6 +199,9 @@ Fixes since v2.48
186
199
has been corrected.
187
200
(merge 93dc16483a bf/fetch-set-head-fix later to maint).
188
201
202
+ * A thunderbird helper script lost its bashism.
203
+ (merge 59d26bd961 bc/contrib-thunderbird-patch-inline-fix later to maint).
204
+
189
205
* Other code cleanup, docfix, build fix, etc.
190
206
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
191
207
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
@@ -200,3 +216,4 @@ Fixes since v2.48
200
216
(merge 8705c9bd13 kn/pack-write-with-reduced-globals later to maint).
201
217
(merge 087740d65a ps/leakfixes-0129 later to maint).
202
218
(merge 6bba6f604b jp/doc-trailer-config later to maint).
219
+ (merge f1cc562b77 lo/t7603-path-is-file-update later to maint).
0 commit comments