summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2022-11-15 00:56:07 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-11-15 00:56:07 (GMT)
commiteea7033409a0ed713c78437fc76486983d211e25 (patch)
tree8abe98e03ecc5cb254ce2182c29d9a2f4f4b06e1 /Documentation
parent3c5d0ce3f526859a7c0780879a0e75cdec2988d1 (diff)
downloadgit-eea7033409a0ed713c78437fc76486983d211e25.zip
git-eea7033409a0ed713c78437fc76486983d211e25.tar.gz
git-eea7033409a0ed713c78437fc76486983d211e25.tar.bz2
The twelfth batch
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.39.0.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
index f21f949..f9bc29f 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
-----------------