mirror of
https://github.com/git/git.git
synced 2026-01-24 15:57:20 +09:00
A bit more before -rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a85b5220e1
commit
ea24e2c554
@ -42,8 +42,10 @@ UI, Workflows & Features
|
||||
deal better with rebased history.
|
||||
|
||||
* The iconv library on macOS fails to correctly handle stateful
|
||||
ISO/IEC 2022 encoded strings. Work it around instead of replacing
|
||||
it wholesale from homebrew.
|
||||
ISO/IEC 2022:1994 encoded strings. Work it around instead of
|
||||
replacing it wholesale from homebrew.
|
||||
|
||||
* Upstream symbolic link support on Windows from Git-for-Windows.
|
||||
|
||||
|
||||
Performance, Internal Implementation, Development Support etc.
|
||||
@ -114,6 +116,17 @@ Performance, Internal Implementation, Development Support etc.
|
||||
around tree objects and make it explicit which repository to work
|
||||
in.
|
||||
|
||||
* "git bugreport" and "git version --build-options" learned to
|
||||
include use of 'gettext' feature, to make it easier to diagnose
|
||||
problems around l10n.
|
||||
|
||||
* Dscho observed that SVN tests are taking too much time in CI leak
|
||||
checking tasks, but most time is spent not in our code but in libsvn
|
||||
code (which happen to be written in Perl), whose leaks have little
|
||||
value to discover for us. Skip SVN, P4, and CVS tests in the leak
|
||||
checking tasks.
|
||||
(merge 047bd7dfe3 js/ci-leak-skip-svn later to maint).
|
||||
|
||||
|
||||
Fixes since v2.52
|
||||
-----------------
|
||||
@ -322,3 +335,5 @@ Fixes since v2.52
|
||||
(merge 555c8464e5 je/doc-reset later to maint).
|
||||
(merge 220f888d7e ps/t1410-cleanup later to maint).
|
||||
(merge 5814b04c02 ps/config-doc-get-urlmatch-fix later to maint).
|
||||
(merge 5ae594f30b sb/doc-update-ref-markup-fix later to maint).
|
||||
(merge bc8556d066 ty/t1005-test-path-is-helpers later to maint).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user