parent
aa0ba82319
commit
db91954e18
|
|
@ -49,6 +49,9 @@ UI, Workflows & Features
|
|||
* Removal of ".git/branches" and ".git/remotes" support in the
|
||||
BreakingChanges document has been further clarified.
|
||||
|
||||
* What happens to submodules during merge has been documented in a
|
||||
bit more detail.
|
||||
|
||||
|
||||
Performance, Internal Implementation, Development Support etc.
|
||||
--------------------------------------------------------------
|
||||
|
|
@ -57,6 +60,9 @@ Performance, Internal Implementation, Development Support etc.
|
|||
|
||||
* meson-based build now supports the unsafe-sha1 build knob.
|
||||
|
||||
* The meson-based build procedure covers contrib/ and other places as
|
||||
well.
|
||||
|
||||
* The code to check LSan results has been simplified and made more
|
||||
robust.
|
||||
(merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint).
|
||||
|
|
@ -84,6 +90,9 @@ Performance, Internal Implementation, Development Support etc.
|
|||
|
||||
* "git difftool" code clean-up.
|
||||
|
||||
* Rename processing in the recursive merge backend has seen a micro
|
||||
optimization.
|
||||
|
||||
|
||||
Fixes since v2.48
|
||||
-----------------
|
||||
|
|
@ -241,6 +250,10 @@ Fixes since v2.48
|
|||
been fast-forwarded.
|
||||
(merge af8fc7be10 pw/rebase-i-ff-empty-commit later to maint).
|
||||
|
||||
* The use of "paste" command for aggregating the test results have
|
||||
been corrected.
|
||||
(merge ce98863204 dk/test-aggregate-results-paste-fix later to maint).
|
||||
|
||||
* 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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue