Skip to content

Commit c5b4547

Browse files
committed
The eleventh batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 474df39 commit c5b4547

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ UI, Workflows & Features
5959
maintenance" wrote into a wrong "global config" file, which have
6060
been corrected.
6161

62+
* Define "special ref" as a very narrow set that consists of
63+
FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to
64+
be classified as such are actually just pseudorefs.
65+
6266

6367
Performance, Internal Implementation, Development Support etc.
6468

@@ -211,6 +215,16 @@ Fixes since v2.43
211215
data from commit-graph too early, which has been corrected.
212216
(merge d70f554cdf jk/commit-graph-slab-clear-fix later to maint).
213217

218+
* Update to a new feature recently added, "git show-ref --exists".
219+
(merge 0aabeaa562 tc/show-ref-exists-fix later to maint).
220+
221+
* oss-fuzz tests are built and run in CI.
222+
(merge c4a9cf1df3 js/oss-fuzz-build-in-ci later to maint).
223+
224+
* Rename detection logic ignored the final line of a file if it is an
225+
incomplete line.
226+
(merge 1c5bc6971e en/diffcore-delta-final-line-fix later to maint).
227+
214228
* Other code cleanup, docfix, build fix, etc.
215229
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
216230
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -247,3 +261,5 @@ Fixes since v2.43
247261
(merge 8f50984cf4 ne/doc-filter-blob-limit-fix later to maint).
248262
(merge f10b0989b8 la/strvec-comment-fix later to maint).
249263
(merge 8430b438f6 vd/fsck-submodule-url-test later to maint).
264+
(merge f10031fadd nb/rebase-x-shell-docfix later to maint).
265+
(merge af3d2c160f jc/majordomo-to-subspace later to maint).

0 commit comments

Comments
 (0)