@@ -31,6 +31,18 @@ Performance, Internal Implementation, Development Support etc.
31
31
32
32
* Dev support to limit the use of test_must_fail to only git commands.
33
33
34
+ * While packing many objects in a repository with a promissor remote,
35
+ lazily fetching missing objects from the promissor remote one by
36
+ one may be inefficient---the code now attempts to fetch all the
37
+ missing objects in batch (obviously this won't work for a lazy
38
+ clone that lazily fetches tree objects as you cannot even enumerate
39
+ what blobs are missing until you learn which trees are missing).
40
+
41
+ * The pretend-object mechanism checks if the given object already
42
+ exists in the object store before deciding to keep the data
43
+ in-core, but the check would have triggered lazy fetching of such
44
+ an object from a promissor remote.
45
+
34
46
35
47
Fixes since v2.28
36
48
-----------------
@@ -40,7 +52,6 @@ Fixes since v2.28
40
52
taught to fail when $elsewhere is not an empty directory.
41
53
(merge dfaa209a79 bw/fail-cloning-into-non-empty later to maint).
42
54
43
-
44
55
* With the base fix to 2.27 regresion, any new extensions in a v0
45
56
repository would still be silently honored, which is not quite
46
57
right. Instead, complain and die loudly.
@@ -68,6 +79,9 @@ Fixes since v2.28
68
79
* Fix to a regression introduced during 2.27 cycle.
69
80
(merge cada7308ad en/fill-directory-exponential later to maint).
70
81
82
+ * Command line completion (in contrib/) update.
83
+ (merge 688b87c81b mp/complete-show-color-moved later to maint).
84
+
71
85
* Other code cleanup, docfix, build fix, etc.
72
86
(merge 84544f2ea3 sk/typofixes later to maint).
73
87
(merge b17f411ab5 ar/help-guides-doc later to maint).
0 commit comments