What's cooking (2022/12 #04)
Junio C Hamano committed
Dec 12, 2022 at 19:01 UTC
8a68fc6dd6cc0759203ce1d9db14acca05543a17
1 file changed
+39
-84
whats-cooking.txt
+39
-84
@@ -1,10 +1,10 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Dec 2022, #03; Sun, 11)
3
-X-master-at: 694cb1b2abfda78e60c8c74f1e761de6e852f0a2
4
-X-next-at: 36f55fa649de7ccf398915274a1eeba1a5d9a69e
2
+Subject: What's cooking in git.git (Dec 2022, #04; Mon, 12)
3
+X-master-at: c48035d29b4e524aed3a32f0403676f0d9128863
4
+X-next-at: 84b9a713c41f8f10898e18b7eb7f40dffcbab76b
5
Bcc: lwn@lwn.net, gitster@pobox.com
6
7
-What's cooking in git.git (Dec 2022, #03; Sun, 11)
7
+What's cooking in git.git (Dec 2022, #04; Mon, 12)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking in my tree. Commits
@@ -14,12 +14,12 @@ release). Commits prefixed with '-' are only in 'seen', and aren't
14
considered "accepted" at all. A topic without enough support may be
15
discarded after a long period of no activity.
16
17
-I wanted not to distract the developers with CI related changes
18
-during the pre-release freeze, but ended up merging them to 'master'
19
-and also to 'maint', as deprecation and upgrade at GitHub does not
20
-wait for us at all. It would be better to give us the same stable
21
-CI environment across four integration branches. With l10n updates,
22
-what is at the tip of 'master' today would become the 2.39 final.
17
+Thanks, everybody, who has contributed to Git 2.39 that was just
18
+tagged. We'll tread slowly, first expecting that we would need to
19
+fix some brown paper bag bugs, merge down these fixes to the
20
+'master' front, cut 2.39.1 if needed, then hopefully rewind the tip
21
+of 'next' before year-end break to reopen the development for the
22
+next release.
23
24
Copies of the source code to Git live in many repositories, and the
25
following is a list of the ones I push into or their mirrors. Some
@@ -49,80 +49,6 @@ Release tarballs are available at:
49
50
https://www.kernel.org/pub/software/scm/git/
51
52
---------------------------------------------------
53
-[Graduated to 'master']
54
-
55
-* ab/ci-musl-bash-fix (2022-12-08) 1 commit
56
- (merged to 'next' on 2022-12-08 at d8c01829b3)
57
- + CI: don't explicitly pick "bash" shell outside of Windows, fix regression
58
-
59
- CI fix.
60
- source: <patch-v2-1.1-c34fd06623a-20221207T120220Z-avarab@gmail.com>
61
-
62
-
63
-* ab/ci-retire-set-output (2022-12-08) 1 commit
64
- (merged to 'next' on 2022-12-08 at 422475c2c6)
65
- + CI: migrate away from deprecated "set-output" syntax
66
-
67
- CI fix.
68
- source: <patch-v2-1.1-4e7db0db3be-20221207T014848Z-avarab@gmail.com>
69
-
70
-
71
-* ab/ci-use-macos-12 (2022-12-07) 1 commit
72
- (merged to 'next' on 2022-12-08 at cdf78cca21)
73
- + CI: upgrade to macos-12, and pin OSX version
74
-
75
- CI fix.
76
- source: <patch-1.1-4c1dcc89e7a-20221206T195552Z-avarab@gmail.com>
77
-
78
-
79
-* js/ci-use-newer-up-down-artifact (2022-12-08) 1 commit
80
- (merged to 'next' on 2022-12-08 at 27a4f05bc0)
81
- + ci: avoid using deprecated {up,down}load-artifacts Action
82
-
83
- CI fix.
84
- source: <c9e99b4f96fc4e513c62b1b028e45559f6410c57.1670423680.git.gitgitgadget@gmail.com>
85
-
86
-
87
-* od/ci-use-checkout-v3-when-applicable (2022-12-06) 1 commit
88
- (merged to 'next' on 2022-12-05 at f8e139f01a)
89
- + ci(main): upgrade actions/checkout to v3
90
-
91
- Update GitHub CI to use actions/checkout@v3; use of the older
92
- checkout@v2 gets annoying deprecation notices.
93
- source: <pull.1354.v2.git.git.1670234474721.gitgitgadget@gmail.com>
94
-
95
---------------------------------------------------
96
-[New Topics]
97
-
98
-* js/t0021-windows-pwd (2022-12-07) 1 commit
99
- (merged to 'next' on 2022-12-08 at 63bc7701e8)
100
- + t0021: use Windows-friendly `pwd`
101
-
102
- Test fix.
103
-
104
- Will cook in 'next'.
105
- source: <b38b8fb5a85e10d6189d68b6633adf23fca7b65d.1670339267.git.gitgitgadget@gmail.com>
106
-
107
-
108
-* rs/t3920-crlf-eating-grep-fix (2022-12-07) 1 commit
109
- (merged to 'next' on 2022-12-08 at 421b255ad1)
110
- + t3920: support CR-eating grep
111
- (this branch uses js/t3920-shell-and-or-fix.)
112
-
113
- Test fix.
114
-
115
- Will cook in 'next'.
116
- source: <cbe88abc-c1fb-cb50-6057-47ff27f7a12d@web.de>
117
-
118
-
119
-* es/t1509-root-fixes (2022-12-09) 3 commits
120
- - t1509: facilitate repeated script invocations
121
- - t1509: make "setup" test more robust
122
- - t1509: fix failing "root work tree" test due to owner-check
123
-
124
- source: <pull.1425.git.1668999621.gitgitgadget@gmail.com>
125
-
52
--------------------------------------------------
53
[Stalled]
54
@@ -246,6 +172,35 @@ Release tarballs are available at:
172
--------------------------------------------------
173
[Cooking]
174
175
+* js/t0021-windows-pwd (2022-12-07) 1 commit
176
+ (merged to 'next' on 2022-12-08 at 63bc7701e8)
177
+ + t0021: use Windows-friendly `pwd`
178
+
179
+ Test fix.
180
+
181
+ Will cook in 'next'.
182
+ source: <b38b8fb5a85e10d6189d68b6633adf23fca7b65d.1670339267.git.gitgitgadget@gmail.com>
183
+
184
+
185
+* rs/t3920-crlf-eating-grep-fix (2022-12-07) 1 commit
186
+ (merged to 'next' on 2022-12-08 at 421b255ad1)
187
+ + t3920: support CR-eating grep
188
+ (this branch uses js/t3920-shell-and-or-fix.)
189
+
190
+ Test fix.
191
+
192
+ Will cook in 'next'.
193
+ source: <cbe88abc-c1fb-cb50-6057-47ff27f7a12d@web.de>
194
+
195
+
196
+* es/t1509-root-fixes (2022-12-09) 3 commits
197
+ - t1509: facilitate repeated script invocations
198
+ - t1509: make "setup" test more robust
199
+ - t1509: fix failing "root work tree" test due to owner-check
200
+
201
+ source: <pull.1425.git.1668999621.gitgitgadget@gmail.com>
202
+
203
+
204
* ab/t4023-avoid-losing-exit-status-of-diff (2022-12-05) 1 commit
205
(merged to 'next' on 2022-12-05 at 2f47548cad)
206
+ t4023: fix ignored exit codes of git