]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.38.2 v2.38.2
authorJunio C Hamano <gitster@pobox.com>
Sun, 11 Dec 2022 00:32:48 +0000 (09:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Dec 2022 00:32:48 +0000 (09:32 +0900)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.38.2.txt
GIT-VERSION-GEN

index 086b900f6c67dc79f2bc7a62a6e35494cb821054..92acb62bbb705c9b32f8a9de06f1c3ebba77d5ff 100644 (file)
@@ -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.
index 024cbd635ec31d7d2870eebe1a5bdada3fab5074..bc58932dc1f9f1b1a2fd67a1951f4b1152b4c62f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.38.1
+DEF_VER=v2.38.2
 
 LF='
 '