The eleventh batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
This commit is contained in:
parent
be4ac3b197
commit
319605f8f0
@ -29,6 +29,9 @@ UI, Workflows & Features
|
|||||||
existing bugs in the internal patch-id logic that did not match
|
existing bugs in the internal patch-id logic that did not match
|
||||||
what "git patch-id" produces have been corrected.
|
what "git patch-id" produces have been corrected.
|
||||||
|
|
||||||
|
* Enable gc.cruftpacks by default for those who opt into
|
||||||
|
feature.experimental setting.
|
||||||
|
|
||||||
Performance, Internal Implementation, Development Support etc.
|
Performance, Internal Implementation, Development Support etc.
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
|
||||||
@ -84,6 +87,17 @@ Performance, Internal Implementation, Development Support etc.
|
|||||||
* Make sure generated dependency file is stably sorted to help
|
* Make sure generated dependency file is stably sorted to help
|
||||||
developers debugging their build issues.
|
developers debugging their build issues.
|
||||||
|
|
||||||
|
* The glossary entries for "commit-graph file" and "reachability
|
||||||
|
bitmap" have been added.
|
||||||
|
|
||||||
|
* Various tests exercising the transfer.credentialsInUrl
|
||||||
|
configuration are taught to avoid making requests which require
|
||||||
|
resolving localhost to reduce CI-flakiness.
|
||||||
|
|
||||||
|
* A redundant diagnostic message is dropped from test_path_is_missing().
|
||||||
|
|
||||||
|
* Simplify the run-command API.
|
||||||
|
|
||||||
Fixes since v2.38
|
Fixes since v2.38
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
@ -219,6 +233,12 @@ Fixes since v2.38
|
|||||||
configuration are taught to avoid making requests which require
|
configuration are taught to avoid making requests which require
|
||||||
resolving localhost to reduce CI-flakiness.
|
resolving localhost to reduce CI-flakiness.
|
||||||
|
|
||||||
|
* The adjust_shared_perm() helper function learned to refrain from
|
||||||
|
setting the "g+s" bit on directories when it is not necessary.
|
||||||
|
|
||||||
|
* "git archive" mistakenly complained twice about a missing
|
||||||
|
executable, which has been corrected.
|
||||||
|
|
||||||
* Other code cleanup, docfix, build fix, etc.
|
* Other code cleanup, docfix, build fix, etc.
|
||||||
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
|
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
|
||||||
(merge 8d2863e4ed nw/t1002-cleanup later to maint).
|
(merge 8d2863e4ed nw/t1002-cleanup later to maint).
|
||||||
|
Loading…
Reference in New Issue
Block a user