@@ -4,6 +4,8 @@ Git v2.49 Release Notes
4
4
UI, Workflows & Features
5
5
------------------------
6
6
7
+ * Completion script updates for zsh
8
+
7
9
8
10
Performance, Internal Implementation, Development Support etc.
9
11
--------------------------------------------------------------
@@ -12,6 +14,13 @@ Performance, Internal Implementation, Development Support etc.
12
14
13
15
* meson-based build now supports the unsafe-sha1 build knob.
14
16
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
+
15
24
16
25
Fixes since v2.48
17
26
-----------------
@@ -30,4 +39,17 @@ Fixes since v2.48
30
39
to.
31
40
(merge d7fcbe2c56 ps/object-collision-check later to maint).
32
41
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
+
33
51
* 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