1
1
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
5
6
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
8
--------------------------------------------------
9
9
10
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
17
no activity (of course they can be resubmit when new interests
18
18
arise).
19
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.
24
21
25
22
Copies of the source code to Git live in many repositories, and the
26
23
following is a list of the ones I push into or their mirrors. Some
@@ -51,96 +48,7 @@ Release tarballs are available at:
51
48
https://www.kernel.org/pub/software/scm/git/
52
49
53
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
-
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]
144
52
145
53
* ds/line-log-asan-fix (2024-10-03) 1 commit
146
54
(merged to 'next' on 2024-10-04 at ee702f6c95)
@@ -179,8 +87,6 @@ Release tarballs are available at:
179
87
Will cook in 'next'.
180
88
181
89
182
- --------------------------------------------------
183
- [Cooking]
184
90
185
91
* kn/fsmonitor-event-listener-fix (2024-10-02) 1 commit
186
92
- fsmonitor: fix hangs by delayed fs event listening
@@ -192,12 +98,10 @@ Release tarballs are available at:
192
98
193
99
194
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
201
105
202
106
Commands that can also work outside Git have learned to take the
203
107
repository instance "repo" when we know we are in a repository, and
@@ -206,7 +110,7 @@ Release tarballs are available at:
206
110
convention.
207
111
208
112
Comments?
209
- source: <pull.1788.
v2 .git.git.
1727718030 [email protected] >
113
+ source: <pull.1788.
v3 .git.git.
1728099043 [email protected] >
210
114
211
115
212
116
* ps/leakfixes-part-8 (2024-09-30) 25 commits
0 commit comments