@@ -29,6 +29,9 @@ UI, Workflows & Features
29
29
existing bugs in the internal patch-id logic that did not match
30
30
what "git patch-id" produces have been corrected.
31
31
32
+ * Enable gc.cruftpacks by default for those who opt into
33
+ feature.experimental setting.
34
+
32
35
Performance, Internal Implementation, Development Support etc.
33
36
--------------------------------------------------------------
34
37
@@ -84,6 +87,17 @@ Performance, Internal Implementation, Development Support etc.
84
87
* Make sure generated dependency file is stably sorted to help
85
88
developers debugging their build issues.
86
89
90
+ * The glossary entries for "commit-graph file" and "reachability
91
+ bitmap" have been added.
92
+
93
+ * Various tests exercising the transfer.credentialsInUrl
94
+ configuration are taught to avoid making requests which require
95
+ resolving localhost to reduce CI-flakiness.
96
+
97
+ * A redundant diagnostic message is dropped from test_path_is_missing().
98
+
99
+ * Simplify the run-command API.
100
+
87
101
Fixes since v2.38
88
102
-----------------
89
103
@@ -219,6 +233,12 @@ Fixes since v2.38
219
233
configuration are taught to avoid making requests which require
220
234
resolving localhost to reduce CI-flakiness.
221
235
236
+ * The adjust_shared_perm() helper function learned to refrain from
237
+ setting the "g+s" bit on directories when it is not necessary.
238
+
239
+ * "git archive" mistakenly complained twice about a missing
240
+ executable, which has been corrected.
241
+
222
242
* Other code cleanup, docfix, build fix, etc.
223
243
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
224
244
(merge 8d2863e4ed nw/t1002-cleanup later to maint).
0 commit comments