summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-20 01:39:56 +0200
committerJunio C Hamano <gitster@pobox.com>2022-07-20 01:40:19 +0200
commite72d93e88cb20b06e88e6e7d81bd1dc4effe453f (patch)
treeb652df8d68e12345dfdc933f3d3d302d64e17d72 /Documentation/RelNotes
parentMerge branch 'll/curl-accept-language' (diff)
downloadgit-e72d93e88cb20b06e88e6e7d81bd1dc4effe453f.tar.xz
git-e72d93e88cb20b06e88e6e7d81bd1dc4effe453f.zip
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--Documentation/RelNotes/2.38.0.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.38.0.txt b/Documentation/RelNotes/2.38.0.txt
index 3807763253..39eefc47b4 100644
--- a/Documentation/RelNotes/2.38.0.txt
+++ b/Documentation/RelNotes/2.38.0.txt
@@ -23,6 +23,10 @@ UI, Workflows & Features
(i.e. expected to be hidden). The handling of such cases has been
improved.
+ * Earlier, HTTP transport clients learned to tell the server side
+ what locale they are in by sending Accept-Language HTTP header, but
+ this was done only for some requests but not others.
+
Performance, Internal Implementation, Development Support etc.
@@ -65,6 +69,9 @@ Performance, Internal Implementation, Development Support etc.
* The way "git multi-pack" uses parse-options API has been improved.
+ * A coccinelle rule (in contrib/) to encourage use of COPY_ARRAY
+ macro has been improved.
+
Fixes since v2.37
-----------------
@@ -117,6 +124,23 @@ Fixes since v2.37
the merge-ort strategy.
(merge 751e165424 en/merge-dual-dir-renames-fix later to maint).
+ * The resolve-undo information in the index was not protected against
+ GC, which has been corrected.
+ (merge e0ad13977a jc/resolve-undo later to maint).
+
+ * A corner case bug where lazily fetching objects from a promisor
+ remote resulted in infinite recursion has been corrected.
+ (merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint).
+
+ * "git clone" from a repository with some ref whose HEAD is unborn
+ did not set the HEAD in the resulting repository correctly, which
+ has been corrected.
+ (merge daf7898abb jk/clone-unborn-confusion later to maint).
+
+ * An earlier attempt to plug leaks placed a clean-up label to jump to
+ at a bogus place, which as been corrected.
+ (merge 04393ae7f7 jk/diff-files-cleanup-fix later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 5fd9d1738e jk/revisions-doc-markup-fix later to maint).
(merge 1971510c35 pb/diff-doc-raw-format later to maint).