]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Git 2.49-rc0 v2.49.0-rc0
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Feb 2025 16:55:18 +0000 (08:55 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Feb 2025 16:55:18 +0000 (08:55 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.49.0.adoc
GIT-VERSION-GEN

index 96b46d58f4474d75a78978b161d738eab6b2308c..2e9aa0d69f6b6f2dc8744f9d8a95bc10a6be0312 100644 (file)
@@ -220,6 +220,12 @@ Fixes since v2.48
    default target (which happens to be "all") upfront.
    (merge 5309c1e9fb ad/set-default-target-in-makefiles later to maint).
 
+ * "git check-mailmap" used to segfault when queried without human
+   readable name.
+   (merge bb60c52131 jk/check-mailmap-wo-name-fix later to maint).
+
+ * Support for renaming of symbolic links on Windows has been improved.
+
  * Other code cleanup, docfix, build fix, etc.
    (merge ddb5287894 jk/t7407-use-test-grep later to maint).
    (merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
index 56b45333c1d057b76d4a8be4dc813f9104ed658b..67fa0401cfe587de4dafb7474f250a0b89a32574 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-DEF_VER=v2.48.GIT
+DEF_VER=v2.49.0-rc0
 
 LF='
 '