summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-12-11 00:34:51 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-12-11 00:34:51 (GMT)
commit694cb1b2abfda78e60c8c74f1e761de6e852f0a2 (patch)
treeaf522dfc45d1e64a627c1422158050c76bfb263d /Documentation/RelNotes
parentbbfd79af89693d22c181c57e5365efbd9f66d3ce (diff)
parent8706a59933d09354c5e3eb09a543453655a97183 (diff)
downloadgit-694cb1b2abfda78e60c8c74f1e761de6e852f0a2.zip
git-694cb1b2abfda78e60c8c74f1e761de6e852f0a2.tar.gz
git-694cb1b2abfda78e60c8c74f1e761de6e852f0a2.tar.bz2
Sync with Git 2.38.2
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.38.2.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.2.txt b/Documentation/RelNotes/2.38.2.txt
index 086b900..92acb62 100644
--- a/Documentation/RelNotes/2.38.2.txt
+++ b/Documentation/RelNotes/2.38.2.txt
@@ -57,4 +57,11 @@ Fixes since v2.38.1
* "git branch --edit-description" on an unborh branch misleadingly
said that no such branch exists, which has been corrected.
+ * GitHub CI settings have been adjusted to recent reality, merging
+ and cherry-picking necessary topics that have been prepared for Git
+ 2.39.
+
+ * `git rebase --update-refs` would delete references when all `update-ref`
+ commands in the sequencer were removed, which has been corrected.
+
Also contains various documentation updates and code clean-ups.