From: Taylor Blau Date: Fri, 4 Nov 2022 00:41:55 +0000 (-0400) Subject: The tenth batch X-Git-Tag: v2.39.0-rc0~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b08839926fcc7cc48cf4c759737c1a71af430c1;p=thirdparty%2Fgit.git The tenth batch Signed-off-by: Taylor Blau --- diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt index 2aae4107c2..7096f07689 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).