]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The eighth batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 18:52:31 +0000 (11:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Apr 2023 20:38:32 +0000 (13:38 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.41.0.txt

index 1e9b6a66e848a68acdc00c442bda36ef36d1d485..1568b9d16148ac7c0020718ee1b00ef5ecb44ae0 100644 (file)
@@ -66,6 +66,20 @@ Performance, Internal Implementation, Development Support etc.
  * Code clean-up to include and/or uninclude parse-options.h file as
    needed.
 
+ * The code path that reports what "git fetch" did to each ref has
+   been cleaned up.
+
+ * Assorted config API updates.
+
+ * A few configuration variables to tell the cURL library that
+   different types of ssl-cert and ssl-key are in use have been added.
+
+ * Split key function and data structure definitions out of cache.h to
+   new header files and adjust the users.
+
+ * "git fetch --all" does not have to download and handle the same
+   bundleURI over and over, which has been corrected.
+
 
 Fixes since v2.40
 -----------------
@@ -155,6 +169,12 @@ Fixes since v2.40
    output are for and what they mean.
    (merge 15364d2a3c jk/document-rev-list-object-name later to maint).
 
+ * Fix unnecessary truncation of generation numbers used in-core.
+   (merge d3af1c193d ps/ahead-behind-truncation-fix later to maint).
+
+ * Code clean-up around the use of the_repository.
+   (merge 4a93b899c1 ab/remove-implicit-use-of-the-repository later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge f7111175df as/doc-markup-fix later to maint).
    (merge 90ff7c9898 fc/test-aggregation-clean-up later to maint).
@@ -167,3 +187,5 @@ Fixes since v2.40
    (merge 2da2cc9b28 ob/rollback-after-commit-lock-failure later to maint).
    (merge 54dbd0933b ob/sequencer-save-head-simplify later to maint).
    (merge a93cbe8d78 ar/test-cleanup-unused-file-creation later to maint).
+   (merge cc48ddd937 jk/chainlint-fixes later to maint).
+   (merge 4833b08426 ow/ref-format-remove-unused-member later to maint).