aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-29 15:26:05 -0800
committerJunio C Hamano <gitster@pobox.com>2024-01-29 16:03:01 -0800
commitc5b454771e6b086f60c7f1f139025f174bcedac9 (patch)
treeba8c58d63c07b70f215f17e82792362e98092d93 /Documentation/RelNotes
parent474df39f58722ff65cd8f1bed43182365da398d7 (diff)
downloadgit-c5b454771e6b086f60c7f1f139025f174bcedac9.tar.gz
The eleventh batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.44.0.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.44.0.txt b/Documentation/RelNotes/2.44.0.txt
index 9db3ea8241..8dcc97cfa8 100644
--- a/Documentation/RelNotes/2.44.0.txt
+++ b/Documentation/RelNotes/2.44.0.txt
@@ -59,6 +59,10 @@ UI, Workflows & Features
maintenance" wrote into a wrong "global config" file, which have
been corrected.
+ * Define "special ref" as a very narrow set that consists of
+ FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to
+ be classified as such are actually just pseudorefs.
+
Performance, Internal Implementation, Development Support etc.
@@ -211,6 +215,16 @@ Fixes since v2.43
data from commit-graph too early, which has been corrected.
(merge d70f554cdf jk/commit-graph-slab-clear-fix later to maint).
+ * Update to a new feature recently added, "git show-ref --exists".
+ (merge 0aabeaa562 tc/show-ref-exists-fix later to maint).
+
+ * oss-fuzz tests are built and run in CI.
+ (merge c4a9cf1df3 js/oss-fuzz-build-in-ci later to maint).
+
+ * Rename detection logic ignored the final line of a file if it is an
+ incomplete line.
+ (merge 1c5bc6971e en/diffcore-delta-final-line-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -247,3 +261,5 @@ Fixes since v2.43
(merge 8f50984cf4 ne/doc-filter-blob-limit-fix later to maint).
(merge f10b0989b8 la/strvec-comment-fix later to maint).
(merge 8430b438f6 vd/fsck-submodule-url-test later to maint).
+ (merge f10031fadd nb/rebase-x-shell-docfix later to maint).
+ (merge af3d2c160f jc/majordomo-to-subspace later to maint).