Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-04 03:41:55 +0300
committerTaylor Blau <me@ttaylorr.com>2022-11-04 03:41:55 +0300
commit3b08839926fcc7cc48cf4c759737c1a71af430c1 (patch)
tree324ddee0017b7dbf13102aec1a2c9f7800a27ee2
parentfadacf20409e689f7a63b5ea2bc21d1833277b54 (diff)
The tenth batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
-rw-r--r--Documentation/RelNotes/2.39.0.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
index 2aae4107c2c..7096f07689b 100644
--- a/Documentation/RelNotes/2.39.0.txt
+++ b/Documentation/RelNotes/2.39.0.txt
@@ -215,6 +215,10 @@ Fixes since v2.38
* The way "git repack" creared temporary files when it received a
signal was prone to deadlocking, which has been corrected.
+ * Various tests exercising the transfer.credentialsInUrl
+ configuration are taught to avoid making requests which require
+ resolving localhost to reduce CI-flakiness.
+
* Other code cleanup, docfix, build fix, etc.
(merge 413bc6d20a ds/cmd-main-reorder later to maint).
(merge 8d2863e4ed nw/t1002-cleanup later to maint).