Skip to content

Commit 8f5313e

Browse files
committed
What's cooking (2024/10 #4)
1 parent 672133c commit 8f5313e

File tree

1 file changed

+11
-107
lines changed

1 file changed

+11
-107
lines changed

whats-cooking.txt

Lines changed: 11 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
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
55
66

7-
What's cooking in git.git (Oct 2024, #03; Fri, 4)
7+
What's cooking in git.git (Oct 2024, #04; Sun, 6)
88
--------------------------------------------------
99

1010
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
1717
no activity (of course they can be resubmit when new interests
1818
arise).
1919

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.
2421

2522
Copies of the source code to Git live in many repositories, and the
2623
following is a list of the ones I push into or their mirrors. Some
@@ -51,96 +48,7 @@ Release tarballs are available at:
5148
https://www.kernel.org/pub/software/scm/git/
5249

5350
--------------------------------------------------
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-
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-
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-
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-
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-
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-
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-
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-
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-
141-
142-
--------------------------------------------------
143-
[New Topics]
51+
[Cooking]
14452

14553
* ds/line-log-asan-fix (2024-10-03) 1 commit
14654
(merged to 'next' on 2024-10-04 at ee702f6c95)
@@ -179,8 +87,6 @@ Release tarballs are available at:
17987
Will cook in 'next'.
18088
18189

182-
--------------------------------------------------
183-
[Cooking]
18490

18591
* kn/fsmonitor-event-listener-fix (2024-10-02) 1 commit
18692
- fsmonitor: fix hangs by delayed fs event listening
@@ -192,12 +98,10 @@ Release tarballs are available at:
19298
19399

194100

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
201105

202106
Commands that can also work outside Git have learned to take the
203107
repository instance "repo" when we know we are in a repository, and
@@ -206,7 +110,7 @@ Release tarballs are available at:
206110
convention.
207111

208112
Comments?
209-
source: <pull.1788.v2.git.git.1727718030[email protected]>
113+
source: <pull.1788.v3.git.git.1728099043[email protected]>
210114

211115

212116
* ps/leakfixes-part-8 (2024-09-30) 25 commits

0 commit comments

Comments
 (0)