diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-02-26 08:55:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-02-26 08:55:18 -0800 |
commit | 08bdfd453584e489d5a551aecbdcb77584e1b958 (patch) | |
tree | 212b4ab76164e43e10e66ed6acab9ad9396cc092 | |
parent | e24570b0a3d987e2dfeddb8c3a7cfb9a7a7cf726 (diff) |
Git 2.49-rc0v2.49.0-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/2.49.0.adoc | 6 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.49.0.adoc b/Documentation/RelNotes/2.49.0.adoc index 96b46d58f4..2e9aa0d69f 100644 --- a/Documentation/RelNotes/2.49.0.adoc +++ b/Documentation/RelNotes/2.49.0.adoc @@ -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). diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 56b45333c1..67fa0401cf 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,6 +1,6 @@ #!/bin/sh -DEF_VER=v2.48.GIT +DEF_VER=v2.49.0-rc0 LF=' ' |