@@ -49,6 +49,10 @@ Performance, Internal Implementation, Development Support etc.
49
49
to "the_index" with references to its .index member.
50
50
51
51
52
+ * Git-GUI has a new maintainer, Johannes Sixt.
53
+ (merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).
54
+
55
+
52
56
Fixes since v2.45
53
57
-----------------
54
58
@@ -87,6 +91,27 @@ Fixes since v2.45
87
91
interaction.
88
92
(merge 3c20acdf46 dk/zsh-git-repo-path-fix later to maint).
89
93
94
+ * Tests that try to corrupt in-repository files in chunked format did
95
+ not work well on macOS due to its broken "mv", which has been
96
+ worked around.
97
+ (merge 861dc19ba8 jc/test-workaround-broken-mv later to maint).
98
+
99
+ * The maximum size of attribute files is enforced more consistently.
100
+ (merge c793f9cb08 tb/attr-limits later to maint).
101
+
102
+ * Unbreak CI jobs so that we do not attempt to use Python 2 that has
103
+ been removed from the platform.
104
+ (merge 5ca0c455f1 ps/ci-python-2-deprecation later to maint).
105
+
106
+ * Git 2.43 started using the tree of HEAD as the source of attributes
107
+ in a bare repository, which has severe performance implications.
108
+ For now, revert the change, without ripping out a more explicit
109
+ support for the attr.tree configuration variable.
110
+ (merge 51441e6460 jc/no-default-attr-tree-in-bare later to maint).
111
+
90
112
* Other code cleanup, docfix, build fix, etc.
91
113
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
92
114
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
115
+ (merge 395c130fd8 ma/win32-unix-domain-socket later to maint).
116
+ (merge 7df2405b38 jk/ci-macos-gcc13-fix later to maint).
117
+ (merge 55702c543e fa/p4-error later to maint).
0 commit comments