summaryrefslogtreecommitdiffstats
path: root/RelNotes/2.38.2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RelNotes/2.38.2.txt')
-rw-r--r--RelNotes/2.38.2.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/RelNotes/2.38.2.txt b/RelNotes/2.38.2.txt
index 086b900f6..92acb62bb 100644
--- a/RelNotes/2.38.2.txt
+++ b/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.