From: Taylor Blau Date: Tue, 15 Nov 2022 00:56:07 +0000 (-0500) Subject: The twelfth batch X-Git-Tag: v2.39.0-rc0~29 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eea7033409a0ed713c78437fc76486983d211e25;p=thirdparty%2Fgit.git The twelfth batch Signed-off-by: Taylor Blau --- diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt index f21f949475..f9bc29f7d2 100644 --- a/Documentation/RelNotes/2.39.0.txt +++ b/Documentation/RelNotes/2.39.0.txt @@ -98,6 +98,17 @@ Performance, Internal Implementation, Development Support etc. * Simplify the run-command API. + * Update the actions/github-script dependency in CI to avoid a + deprecation warning. + + * Progress on being able to initialize a rev_info struct with a + macro. + + * Add trace2 counters to the region to clear skip worktree bits in a + sparse checkout. + + * Modernize test script to avoid "test -f" and friends. + Fixes since v2.38 -----------------