Skip to content

Commit 08bdfd4

Browse files
committed
Git 2.49-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e24570b commit 08bdfd4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Documentation/RelNotes/2.49.0.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ Fixes since v2.48
220220
default target (which happens to be "all") upfront.
221221
(merge 5309c1e9fb ad/set-default-target-in-makefiles later to maint).
222222

223+
* "git check-mailmap" used to segfault when queried without human
224+
readable name.
225+
(merge bb60c52131 jk/check-mailmap-wo-name-fix later to maint).
226+
227+
* Support for renaming of symbolic links on Windows has been improved.
228+
223229
* Other code cleanup, docfix, build fix, etc.
224230
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
225231
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
DEF_VER=v2.48.GIT
3+
DEF_VER=v2.49.0-rc0
44

55
LF='
66
'

0 commit comments

Comments
 (0)