]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The tenth batch
authorTaylor Blau <me@ttaylorr.com>
Fri, 4 Nov 2022 00:41:55 +0000 (20:41 -0400)
committerTaylor Blau <me@ttaylorr.com>
Fri, 4 Nov 2022 00:41:55 +0000 (20:41 -0400)
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Documentation/RelNotes/2.39.0.txt

index 2aae4107c2cae5c4ca9dcbc33b7b9c600404158c..7096f07689be18b66c4467d17fe381a10712f503 100644 (file)
@@ -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).