What's cooking (2024/10 #04)

Junio C Hamano committed Oct 6, 2024 at 17:28 UTC 8f5313e80842c80830fc8aa76d6532855f75affc
1 file changed +11 -107
whats-cooking.txt
+11 -107
@@ -1,10 +1,10 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Oct 2024, #03; Fri, 4)
3 -X-master-at: 90fe3800b92a49173530828c0a17951abd30f0e1
4 -X-next-at: ecfaa0ad0fec27eefd921f5ae74cad15ff483641
2 +Subject: What's cooking in git.git (Oct 2024, #04; Sun, 6)
3 +X-master-at: 777489f9e09c8d0dd6b12f9d90de6376330577a2
4 +X-next-at: 4ca455297942c5c9616351bc68bad2034c719206
5 Bcc: lwn@lwn.net, gitster@pobox.com
6
7 -What's cooking in git.git (Oct 2024, #03; Fri, 4)
7 +What's cooking in git.git (Oct 2024, #04; Sun, 6)
8 --------------------------------------------------
9
10 Here are the topics that have been cooking in my tree. Commits
@@ -17,10 +17,7 @@ topic without enough support may be discarded after a long period of
17 no activity (of course they can be resubmit when new interests
18 arise).
19
20 -Git 2.47-rc1 has been tagged. From here on, we expect the flow of
21 -new topics to slow down and contributors are encouraged to focus
22 -more on finding and fixing possible regressions relative to Git
23 -2.46, the last feature release.
20 +Git 2.47 (final) has been tagged.
21
22 Copies of the source code to Git live in many repositories, and the
23 following is a list of the ones I push into or their mirrors. Some
@@ -51,96 +48,7 @@ Release tarballs are available at:
48 https://www.kernel.org/pub/software/scm/git/
49
50 --------------------------------------------------
54 -[Graduated to 'master']
55 -
56 -* ak/doc-typofix (2024-09-23) 2 commits
57 - (merged to 'next' on 2024-10-04 at f667f89519)
58 - + Documentation: fix typos
59 - + Documentation/config: fix typos
60 -
61 - Typofixes.
62 - source: <20240923110343.12388-2-algonell@gmail.com>
63 -
64 -
65 -* ak/typofix-2.46-maint (2024-10-03) 4 commits
66 - (merged to 'next' on 2024-10-04 at dd35f48cf2)
67 - + perl: fix a typo
68 - + mergetool: fix a typo
69 - + reftable: fix a typo
70 - + trace2: fix typos
71 -
72 - Typofixes.
73 - source: <20241002223816.14858-1-algonell@gmail.com>
74 -
75 -
76 -* ds/read-cache-mempool-leakfix (2024-10-01) 1 commit
77 - (merged to 'next' on 2024-10-02 at c0eac890ac)
78 - + read-cache: free threaded memory pool
79 -
80 - Leakfix.
81 - source: <pull.1801.v2.git.1727804265033.gitgitgadget@gmail.com>
82 -
83 -
84 -* jc/doc-discarding-stalled-topics (2024-09-26) 1 commit
85 - (merged to 'next' on 2024-10-02 at adb0d84fd4)
86 - + howto-maintain-git: discarding inactive topics
87 -
88 - Document that inactive topics are subject to be discarded.
89 - source: <xmqqikuii60q.fsf@gitster.g>
90 -
91 -
92 -* jk/test-lsan-improvements (2024-09-25) 3 commits
93 - (merged to 'next' on 2024-10-02 at 3d8303fcfe)
94 - + test-lib: check for leak logs after every test
95 - + test-lib: show leak-sanitizer logs on --immediate failure
96 - + test-lib: stop showing old leak logs
97 -
98 - Usability improvements for running tests in leak-checking mode.
99 - source: <20240924213404.GA1142219@coredump.intra.peff.net>
100 -
101 -
102 -* kn/osx-fsmonitor-with-submodules-fix (2024-10-04) 1 commit
103 - (merged to 'next' on 2024-10-04 at 5a9a8775f8)
104 - + fsmonitor OSX: fix hangs for submodules
105 -
106 - macOS with fsmonitor daemon can hang forever when a submodule is
107 - involved, which has been corrected.
108 - source: <pull.1802.v4.git.1728000433326.gitgitgadget@gmail.com>
109 -
110 -
111 -* mh/w-unused-fix (2024-10-02) 1 commit
112 - (merged to 'next' on 2024-10-04 at 9a52af034e)
113 - + utf8.h: squelch unused-parameter warnings with NO_ICONV
114 -
115 - Buildfix.
116 - source: <20241002200140.2123584-1-mh@glandium.org>
117 -
118 -
119 -* ps/reftable-concurrent-writes (2024-10-04) 1 commit
120 - (merged to 'next' on 2024-10-04 at f705b3334a)
121 - + t0610: work around flaky test with concurrent writers
122 -
123 - Test fix.
124 - source: <f3874c7e923846e453499e89f00dd4f8862e4c40.1728055880.git.ps@pks.im>
125 -
126 -
127 -* rs/archive-with-attr-pathspec-fix (2024-10-03) 1 commit
128 - (merged to 'next' on 2024-10-04 at cc1087dcc0)
129 - + archive: fix misleading error message
130 -
131 - Message update.
132 - source: <faed1d0e-86a8-4dcd-a27f-19dcd9f89f37@web.de>
133 -
134 -
135 -* tb/weak-sha1-for-tail-sum (2024-10-03) 1 commit
136 - (merged to 'next' on 2024-10-04 at c970b9a3e9)
137 - + hash.h: set NEEDS_CLONE_HELPER_UNSAFE in fallback mode
138 -
139 - Build fix.
140 - source: <20241002232618.GA3442753@coredump.intra.peff.net>
141 -
142 ---------------------------------------------------
143 -[New Topics]
51 +[Cooking]
52
53 * ds/line-log-asan-fix (2024-10-03) 1 commit
54 (merged to 'next' on 2024-10-04 at ee702f6c95)
@@ -179,8 +87,6 @@ Release tarballs are available at:
87 Will cook in 'next'.
88 source: <pull.1806.v2.git.1727956724.gitgitgadget@gmail.com>
89
182 ---------------------------------------------------
183 -[Cooking]
90
91 * kn/fsmonitor-event-listener-fix (2024-10-02) 1 commit
92 - fsmonitor: fix hangs by delayed fs event listening
@@ -192,12 +98,10 @@ Release tarballs are available at:
98 source: <pull.1804.git.1727862424713.gitgitgadget@gmail.com>
99
100
195 -* jc/a-commands-without-the-repo (2024-10-04) 5 commits
196 - . SQUASH??? uninitialized variable use fix
197 - . archive: remove the_repository global variable
198 - . apply: remove the_repository global variable
199 - . annotate: remove usage of the_repository global
200 - . git: pass in repo for RUN_SETUP_GENTLY
101 +* jc/a-commands-without-the-repo (2024-10-06) 3 commits
102 + - archive: remove the_repository global variable
103 + - annotate: remove usage of the_repository global
104 + - git: pass in repo to builtin based on setup_git_directory_gently
105
106 Commands that can also work outside Git have learned to take the
107 repository instance "repo" when we know we are in a repository, and
@@ -206,7 +110,7 @@ Release tarballs are available at:
110 convention.
111
112 Comments?
209 - source: <pull.1788.v2.git.git.1727718030.gitgitgadget@gmail.com>
113 + source: <pull.1788.v3.git.git.1728099043.gitgitgadget@gmail.com>
114
115
116 * ps/leakfixes-part-8 (2024-09-30) 25 commits