diff options
author | Taylor Blau <me@ttaylorr.com> | 2022-11-15 01:56:07 +0100 |
---|---|---|
committer | Taylor Blau <me@ttaylorr.com> | 2022-11-15 01:56:07 +0100 |
commit | eea7033409a0ed713c78437fc76486983d211e25 (patch) | |
tree | 8abe98e03ecc5cb254ce2182c29d9a2f4f4b06e1 /Documentation/RelNotes/2.39.0.txt | |
parent | Merge branch 'vh/my-first-contribution-typo' (diff) | |
download | git-eea7033409a0ed713c78437fc76486983d211e25.tar.xz git-eea7033409a0ed713c78437fc76486983d211e25.zip |
The twelfth batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/RelNotes/2.39.0.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 ----------------- |