parent
294dd2057c
commit
5216f8f5c4
|
@ -84,6 +84,13 @@ UI, Workflows & Features
|
||||||
* The write codepath for the reftable data learned to honor
|
* The write codepath for the reftable data learned to honor
|
||||||
core.fsync configuration.
|
core.fsync configuration.
|
||||||
|
|
||||||
|
* The "--fsck-objects" option of "git index-pack" now can take the
|
||||||
|
optional parameter to tweak severity of different fsck errors.
|
||||||
|
|
||||||
|
* The wincred credential backend has been taught to support oauth
|
||||||
|
refresh token the same way as credential-cache and
|
||||||
|
credential-libsecret backends.
|
||||||
|
|
||||||
|
|
||||||
Performance, Internal Implementation, Development Support etc.
|
Performance, Internal Implementation, Development Support etc.
|
||||||
|
|
||||||
|
@ -141,6 +148,9 @@ Performance, Internal Implementation, Development Support etc.
|
||||||
the path to the same library directory for link time and runtime.
|
the path to the same library directory for link time and runtime.
|
||||||
A Makefile template is used to reduce such repetition.
|
A Makefile template is used to reduce such repetition.
|
||||||
|
|
||||||
|
* The priority queue test has been migrated to the unit testing
|
||||||
|
framework.
|
||||||
|
|
||||||
|
|
||||||
Fixes since v2.43
|
Fixes since v2.43
|
||||||
-----------------
|
-----------------
|
||||||
|
@ -284,6 +294,10 @@ Fixes since v2.43
|
||||||
FreeBSD that is no longer available, which has been corrected.
|
FreeBSD that is no longer available, which has been corrected.
|
||||||
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
|
(merge 81fffb66d3 cb/use-freebsd-13-2-at-cirrus-ci later to maint).
|
||||||
|
|
||||||
|
* A caller called index_file_exists() that takes a string expressed
|
||||||
|
as <ptr, length> with a wrong length, which has been corrected.
|
||||||
|
(merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).
|
||||||
|
|
||||||
* Other code cleanup, docfix, build fix, etc.
|
* Other code cleanup, docfix, build fix, etc.
|
||||||
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
|
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
|
||||||
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
|
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
|
||||||
|
|
Loading…
Reference in New Issue