summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-05-23 21:39:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-05-23 21:39:55 (GMT)
commit7a3eb286977746bc09a5de7682df0e5a7085e17c (patch)
tree1018200cf78b384fc542f90f8d2cfd3929ef03d9 /Documentation
parent6cd690616029029aa8c70bbb3e5d63e6676e1824 (diff)
downloadgit-7a3eb286977746bc09a5de7682df0e5a7085e17c.zip
git-7a3eb286977746bc09a5de7682df0e5a7085e17c.tar.gz
git-7a3eb286977746bc09a5de7682df0e5a7085e17c.tar.bz2
Second batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.37.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt
index 49082b9..aab788a 100644
--- a/Documentation/RelNotes/2.37.0.txt
+++ b/Documentation/RelNotes/2.37.0.txt
@@ -128,6 +128,16 @@ Fixes since v2.36
happens.
(merge f15e00b463 cb/ci-make-p4-optional later to maint).
+ * A bit of test framework fixes with a few fixes to issues found by
+ valgrind.
+ (merge 7c898554d7 ab/valgrind-fixes later to maint).
+
+ * "git archive --add-file=<path>" picked up the raw permission bits
+ from the path and propagated to zip output in some cases, without
+ normalization, which has been corrected (tar output did not have
+ this issue).
+ (merge 6a61661967 jc/archive-add-file-normalize-mode later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
(merge 0b75e5bf22 ab/misc-cleanup later to maint).