@@ -29,6 +29,9 @@ UI, Workflows & Features
2929 existing bugs in the internal patch-id logic that did not match
3030 what "git patch-id" produces have been corrected.
3131
32+ * Enable gc.cruftpacks by default for those who opt into
33+ feature.experimental setting.
34+
3235Performance, Internal Implementation, Development Support etc.
3336--------------------------------------------------------------
3437
@@ -84,6 +87,17 @@ Performance, Internal Implementation, Development Support etc.
8487 * Make sure generated dependency file is stably sorted to help
8588 developers debugging their build issues.
8689
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+
87101Fixes since v2.38
88102-----------------
89103
@@ -219,6 +233,12 @@ Fixes since v2.38
219233 configuration are taught to avoid making requests which require
220234 resolving localhost to reduce CI-flakiness.
221235
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+
222242 * Other code cleanup, docfix, build fix, etc.
223243 (merge 413bc6d20a ds/cmd-main-reorder later to maint).
224244 (merge 8d2863e4ed nw/t1002-cleanup later to maint).
0 commit comments