@@ -31,6 +31,18 @@ Performance, Internal Implementation, Development Support etc.
3131
3232 * Dev support to limit the use of test_must_fail to only git commands.
3333
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+
3446
3547Fixes since v2.28
3648-----------------
@@ -40,7 +52,6 @@ Fixes since v2.28
4052 taught to fail when $elsewhere is not an empty directory.
4153 (merge dfaa209a79 bw/fail-cloning-into-non-empty later to maint).
4254
43-
4455 * With the base fix to 2.27 regresion, any new extensions in a v0
4556 repository would still be silently honored, which is not quite
4657 right. Instead, complain and die loudly.
@@ -68,6 +79,9 @@ Fixes since v2.28
6879 * Fix to a regression introduced during 2.27 cycle.
6980 (merge cada7308ad en/fill-directory-exponential later to maint).
7081
82+ * Command line completion (in contrib/) update.
83+ (merge 688b87c81b mp/complete-show-color-moved later to maint).
84+
7185 * Other code cleanup, docfix, build fix, etc.
7286 (merge 84544f2ea3 sk/typofixes later to maint).
7387 (merge b17f411ab5 ar/help-guides-doc later to maint).
0 commit comments