Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-26 02:22:28 +0300
committerJunio C Hamano <gitster@pobox.com>2022-10-26 03:11:44 +0300
commitb71552977030afd6f187c3f13e6b5c892d31a89d (patch)
tree3c108200c5943785890153705ae7fcfd74f89c2b
parent4039b8f112a3c7bc355b6cc73bbfca4762f71ef3 (diff)
The sixth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.39.0.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt
index 8153661826d..f8f739cb876 100644
--- a/Documentation/RelNotes/2.39.0.txt
+++ b/Documentation/RelNotes/2.39.0.txt
@@ -50,6 +50,8 @@ Performance, Internal Implementation, Development Support etc.
* Avoid false-positive from LSan whose assumption may be broken with
higher optimization levels.
+ * Enable address and undefined sanitizer tasks at GitHub Actions CI.
+
Fixes since v2.38
-----------------
@@ -135,6 +137,18 @@ Fixes since v2.38
corrected.
(merge db84376f98 ab/grep-simplify-extended-expression later to maint).
+ * "git diff rev^!" did not show combined diff to go to the rev from
+ its parents.
+ (merge a79c6b6081 rs/diff-caret-bang-with-parents later to maint).
+
+ * Allow configuration files in "protected" scopes to include other
+ configuration files.
+ (merge ecec57b3c9 gc/bare-repo-discovery later to maint).
+
+ * Give a bit more diversity to macOS CI by using sha1dc in one of the
+ jobs (the other one tests Apple Common Crypto).
+ (merge 1ad5c3df35 jc/ci-osx-with-sha1dc later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge c34a6bd291 so/diff-merges-cleanup later to maint).
(merge 5e7c8b75e7 ab/test-malloc-with-sanitize-leak later to maint).