Skip to content

Commit 4e746b1

Browse files
committed
The second batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 85cf880 commit 4e746b1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.49.0.txt

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Git v2.49 Release Notes
44
UI, Workflows & Features
55
------------------------
66

7+
* Completion script updates for zsh
8+
79

810
Performance, Internal Implementation, Development Support etc.
911
--------------------------------------------------------------
@@ -12,6 +14,13 @@ Performance, Internal Implementation, Development Support etc.
1214

1315
* meson-based build now supports the unsafe-sha1 build knob.
1416

17+
* The code to check LSan results has been simplified and made more
18+
robust.
19+
(merge 164a2516eb jk/lsan-race-ignore-false-positive later to maint).
20+
21+
* More code paths have a repository passed through the callchain,
22+
instead of assuming the primary the_repository object.
23+
1524

1625
Fixes since v2.48
1726
-----------------
@@ -30,4 +39,17 @@ Fixes since v2.48
3039
to.
3140
(merge d7fcbe2c56 ps/object-collision-check later to maint).
3241

42+
* The code to compute "unique" name used git_rand() which can fail or
43+
get stuck; the callsite does not require cryptographic security.
44+
Introduce the "insecure" mode and use it appropriately.
45+
(merge 0b4f8afef6 ps/reftable-get-random-fix later to maint).
46+
47+
* A misconfigured "fsck.skiplist" configuration variable was not
48+
diagnosed as an error, which has been corrected.
49+
(merge ca7158076f jt/fsck-skiplist-parse-fix later to maint).
50+
3351
* Other code cleanup, docfix, build fix, etc.
52+
(merge ddb5287894 jk/t7407-use-test-grep later to maint).
53+
(merge 21e1b44865 aj/difftool-config-doc-fix later to maint).
54+
(merge 6a63995335 mh/gitattr-doc-markup-fix later to maint).
55+
(merge 43850dcf9c sk/unit-test-hash later to maint).

0 commit comments

Comments
 (0)