Skip to content

Commit 3e4a232

Browse files
committed
The third batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 39887d8 commit 3e4a232

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Documentation/RelNotes/2.46.0.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Performance, Internal Implementation, Development Support etc.
4949
to "the_index" with references to its .index member.
5050

5151

52+
* Git-GUI has a new maintainer, Johannes Sixt.
53+
(merge e18ad8eb26 jc/git-gui-maintainer-update later to maint).
54+
55+
5256
Fixes since v2.45
5357
-----------------
5458

@@ -87,6 +91,27 @@ Fixes since v2.45
8791
interaction.
8892
(merge 3c20acdf46 dk/zsh-git-repo-path-fix later to maint).
8993

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+
90112
* Other code cleanup, docfix, build fix, etc.
91113
(merge 4cf6e7bf5e jt/doc-submitting-rerolled-series later to maint).
92114
(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

Comments
 (0)