mirror of
https://github.com/git/git.git
synced 2026-01-11 13:23:12 +09:00
Git 2.49-rc0
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e24570b0a3
commit
08bdfd4535
@ -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).
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
DEF_VER=v2.48.GIT
|
||||
DEF_VER=v2.49.0-rc0
|
||||
|
||||
LF='
|
||||
'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user