Skip to content

Commit ad1a669

Browse files
committed
A few more topics before -rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b89ff1 commit ad1a669

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ UI, Workflows & Features
9191
refresh token the same way as credential-cache and
9292
credential-libsecret backends.
9393

94+
* Command line completion support (in contrib/) has been
95+
updated for "git bisect".
96+
97+
* "git branch" and friends learned to use the formatted text as
98+
sorting key, not the underlying timestamp value, when the --sort
99+
option is used with author or committer timestamp with a format
100+
specifier (e.g., "--sort=creatordate:format:%H:%M:%S").
101+
94102

95103
Performance, Internal Implementation, Development Support etc.
96104

@@ -151,6 +159,9 @@ Performance, Internal Implementation, Development Support etc.
151159
* The priority queue test has been migrated to the unit testing
152160
framework.
153161

162+
* Setting `feature.experimental` opts the user into multi-pack reuse
163+
experiment
164+
154165

155166
Fixes since v2.43
156167
-----------------
@@ -279,6 +290,17 @@ Fixes since v2.43
279290
as <ptr, length> with a wrong length, which has been corrected.
280291
(merge 156e28b36d jh/sparse-index-expand-to-path-fix later to maint).
281292

293+
* A failed "git tag -s" did not necessarily result in an error
294+
depending on the crypto backend, which has been corrected.
295+
(merge 6931049c32 jc/sign-buffer-failure-propagation-fix later to maint).
296+
297+
* "git stash" sometimes was silent even when it failed due to
298+
unwritable index file, which has been corrected.
299+
(merge d2058cb2f0 ps/report-failure-from-git-stash later to maint).
300+
301+
* "git show-ref --verify" did not show things like "CHERRY_PICK_HEAD",
302+
which has been corrected.
303+
282304
* Other code cleanup, docfix, build fix, etc.
283305
(merge 5aea3955bc rj/clarify-branch-doc-m later to maint).
284306
(merge 9cce3be2df bk/bisect-doc-fix later to maint).
@@ -293,3 +315,5 @@ Fixes since v2.43
293315
(merge 36c9c44fa4 tb/pack-bitmap-drop-unused-struct-member later to maint).
294316
(merge 19ed0dff8f js/win32-retry-pipe-write-on-enospc later to maint).
295317
(merge 3cb4384683 jc/t0091-with-unknown-git later to maint).
318+
(merge 841dbd40a3 jc/bisect-doc later to maint).
319+
(merge 78307f1a89 pb/template-for-single-commit-pr later to maint).

0 commit comments

Comments
 (0)