Skip to content

Commit fefffbb

Browse files
committed
What's cooking (2025/06 #8)
1 parent cd25301 commit fefffbb

File tree

1 file changed

+77
-60
lines changed

1 file changed

+77
-60
lines changed

whats-cooking.txt

Lines changed: 77 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
2-
Subject: What's cooking in git.git (Jun 2025, #07; Fri, 20)
2+
Subject: What's cooking in git.git (Jun 2025, #08; Mon, 23)
33
X-master-at: cb3b40381e1d5ee32dde96521ad7cfd68eb308a6
4-
X-next-at: 3ef4f7f41c906aed207d7dc8fda2df876ddb3c83
4+
X-next-at: 7c2003159bacce310b20a522e641b9749eb67935
55
66

7-
What's cooking in git.git (Jun 2025, #07; Fri, 20)
7+
What's cooking in git.git (Jun 2025, #08; Mon, 23)
88
--------------------------------------------------
99

1010
Here are the topics that have been cooking in my tree. Commits
@@ -17,20 +17,6 @@ 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-
A handful of topics that have been cooking in 'next' are now in
21-
'master'. I've rewound the tip of 'next' to prepare for this cycle.
22-
23-
As the project usually is slow during Summer in Northern hemisphere,
24-
I plan to make the next cycle on the shorter side to last 8 weeks
25-
(usually a typical release cycle lasts for 8 to 12 weeks). Key
26-
dates are:
27-
28-
- Jun 23rd - the 2.51 cycle opens
29-
- Aug 4th - 2.51-rc0 (preview)
30-
- Aug 7th - 2.51-rc1 (master really freezes)
31-
- Aug 13th - 2.51-rc2
32-
- Aug 18th - 2.51-final
33-
3420
Copies of the source code to Git live in many repositories, and the
3521
following is a list of the ones I push into or their mirrors. Some
3622
repositories have only a subset of branches.
@@ -62,6 +48,39 @@ Release tarballs are available at:
6248
--------------------------------------------------
6349
[New Topics]
6450

51+
* jk/test-seq-format (2025-06-23) 2 commits
52+
- test-lib: teach test_seq the -f option
53+
- t7422: replace confusing printf with echo
54+
55+
A test helper "test_seq" function learned the "-f <fmt>" option,
56+
which allowed us to simplify a lot of test scripts.
57+
58+
Will merge to 'next'.
59+
60+
61+
62+
* mc/netrc-service-names (2025-06-22) 3 commits
63+
- contrib: better support symbolic port names in git-credential-netrc
64+
- contrib: warn for invalid netrc file ports in git-credential-netrc
65+
- contrib: use a more portable shebang for git-credential-netrc
66+
67+
"netrc" credential helper has been improved to understand textual
68+
service names (like smtp) in addition to the numeric port numbers
69+
(like 25).
70+
71+
Comments.
72+
73+
74+
75+
* ph/fetch-prune-optim (2025-06-23) 2 commits
76+
- refs: remove old refs_warn_dangling_symref
77+
- fetch-prune: optimize dangling-ref reporting
78+
79+
80+
81+
--------------------------------------------------
82+
[Cooking]
83+
6584
* bc/use-sha256-by-default-in-3.0 (2025-06-19) 10 commits
6685
- Enable SHA-256 by default in breaking changes mode
6786
- t5300: choose the built-in hash outside of a repo
@@ -81,13 +100,14 @@ Release tarballs are available at:
81100

82101

83102
* jc/cocci-avoid-regexp-constraint (2025-06-18) 1 commit
84-
- cocci: matching (multiple) identifiers
103+
(merged to 'next' on 2025-06-23 at 9ca93f0bac)
104+
+ cocci: matching (multiple) identifiers
85105

86106
Avoid regexp_constraint and instead use comparison_constraint when
87107
listing functions to exclude from application of coccinelle rules,
88108
as spatch can be built with different regexp engine X-<.
89109

90-
Will merge to 'next'.
110+
Will merge to 'master'.
91111
92112

93113

@@ -102,14 +122,14 @@ Release tarballs are available at:
102122
103123

104124

105-
* jc/coccicheck-fails-make-when-it-fails (2025-06-19) 1 commit
125+
* jc/coccicheck-fails-make-when-it-fails (2025-06-23) 1 commit
106126
- coccicheck: fail "make" when it fails
107127

108128
"make coccicheck" succeeds even when spatch made suggestions, which
109129
has been updated to fail in such a case.
110130

111131
Needs review.
112-
source: <xmqqwm97bv7c[email protected]>
132+
source: <xmqqbjqe77vw[email protected]>
113133

114134

115135
* jt/imap-send-message-fix (2025-06-20) 3 commits
@@ -120,27 +140,25 @@ Release tarballs are available at:
120140

121141
Update some error messages from "git imap-send".
122142

123-
Will merge to 'next'?
143+
Will merge to 'next'.
124144
125145

126146

127147
* lo/repo-info (2025-06-19) 7 commits
128-
- repo-info: add field layout.shallow
129-
- repo-info: add field layout.bare
130-
- repo-info: add the field references.format
131-
- repo-info: add the --allow-empty flag
132-
- repo-info: add plaintext as an output format
133-
- repo-info: add the --format flag
134-
- repo-info: declare the repo-info command
148+
. repo-info: add field layout.shallow
149+
. repo-info: add field layout.bare
150+
. repo-info: add the field references.format
151+
. repo-info: add the --allow-empty flag
152+
. repo-info: add plaintext as an output format
153+
. repo-info: add the --format flag
154+
. repo-info: declare the repo-info command
135155

136156
A new subcommand "git repo-info" gives users a way to grab various
137157
repository characteristics.
138158

139159
Needs review.
140160
141161

142-
--------------------------------------------------
143-
[Cooking]
144162

145163
* cc/fast-import-export-signature-names (2025-06-19) 1 commit
146164
- fast-(import|export): improve on commit signature output format
@@ -164,21 +182,20 @@ Release tarballs are available at:
164182
165183

166184

167-
* jk/submodule-remote-lookup-cleanup (2025-06-18) 7 commits
168-
. submodule: look up remotes by URL first
169-
. submodule: move get_default_remote_submodule()
170-
. submodule--helper: improve logic for fallback remote name
171-
. remote: remove the_repository from some functions
172-
. dir: move starts_with_dot(_dot)_slash to dir.h
173-
. remote: fix tear down of struct remote
174-
. remote: remove branch->merge_name and fix branch_release()
185+
* jk/submodule-remote-lookup-cleanup (2025-06-23) 7 commits
186+
- submodule: look up remotes by URL first
187+
- submodule: move get_default_remote_submodule()
188+
- submodule--helper: improve logic for fallback remote name
189+
- remote: remove the_repository from some functions
190+
- dir: move starts_with_dot(_dot)_slash to dir.h
191+
- remote: fix tear down of struct remote
192+
- remote: remove branch->merge_name and fix branch_release()
175193

176194
Updating submodules from the upstream did not work well when
177195
submodule's HEAD is detached, which has been improved.
178196

179-
Kicked out of 'seen' as it seems to fail the test suite.
180-
181-
197+
Will merge to 'next'.
198+
182199

183200

184201
* ly/run-builtin-use-passed-in-repo (2025-06-15) 1 commit
@@ -264,7 +281,7 @@ Release tarballs are available at:
264281
use the compact-summary format, intead of diffstat, when showing
265282
the summary of the incoming changes.
266283

267-
Will merge to 'next'?
284+
Will merge to 'next'.
268285
269286

270287

@@ -354,22 +371,23 @@ Release tarballs are available at:
354371

355372

356373
* ag/imap-send-resurrection (2025-06-19) 10 commits
357-
- imap-send: fix minor mistakes in the logs
358-
- imap-send: display the destination mailbox when sending a message
359-
- imap-send: display port alongwith host when git credential is invoked
360-
- imap-send: add ability to list the available folders
361-
- imap-send: enable specifying the folder using the command line
362-
- imap-send: add PLAIN authentication method to OpenSSL
363-
- imap-send: add support for OAuth2.0 authentication
364-
- imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
365-
- imap-send: fix memory leak in case auth_cram_md5 fails
366-
- imap-send: fix bug causing cfg->folder being set to NULL
374+
(merged to 'next' on 2025-06-23 at 7c2003159b)
375+
+ imap-send: fix minor mistakes in the logs
376+
+ imap-send: display the destination mailbox when sending a message
377+
+ imap-send: display port alongwith host when git credential is invoked
378+
+ imap-send: add ability to list the available folders
379+
+ imap-send: enable specifying the folder using the command line
380+
+ imap-send: add PLAIN authentication method to OpenSSL
381+
+ imap-send: add support for OAuth2.0 authentication
382+
+ imap-send: gracefully fail if CRAM-MD5 authentication is requested without OpenSSL
383+
+ imap-send: fix memory leak in case auth_cram_md5 fails
384+
+ imap-send: fix bug causing cfg->folder being set to NULL
367385
(this branch is used by jt/imap-send-message-fix.)
368386

369387
"git imap-send" has been broken for a long time, which has been
370388
resurrected and then taught to talk OAuth2.0 etc.
371389

372-
Ready?
390+
Will merge to 'master'.
373391
source: <PN3PR01MB9597F9CAD0DA83152E651194B87CA@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
374392

375393

@@ -523,7 +541,7 @@ Release tarballs are available at:
523541
An interchange format for stash entries is defined, and subcommand
524542
of "git stash" to import/export has been added.
525543

526-
Will merge to 'next'?
544+
Will merge to 'next'.
527545
528546

529547

@@ -541,8 +559,7 @@ Release tarballs are available at:
541559
542560

543561

544-
* ps/contrib-sweep (2025-05-16) 12 commits
545-
- Revert "contrib: remove "thunderbird-patch-inline""
562+
* ps/contrib-sweep (2025-05-12) 11 commits
546563
- contrib: remove some scripts in "stats" directory
547564
- contrib: remove "git-new-workdir"
548565
- contrib: remove "emacs" directory
@@ -557,7 +574,7 @@ Release tarballs are available at:
557574

558575
Remove bunch of stuff from contrib/ hierarchy.
559576

560-
I've reverted the thunderbird thing for now.
577+
Will merge to 'next'.
561578
562579

563580

@@ -634,7 +651,7 @@ Release tarballs are available at:
634651
source: <aCoDB9P5XV1lHMil@ArchLinux>
635652

636653

637-
* tb/midx-avoid-cruft-packs (2025-06-19) 9 commits
654+
* tb/midx-avoid-cruft-packs (2025-06-23) 9 commits
638655
- repack: exclude cruft pack(s) from the MIDX where possible
639656
- pack-objects: introduce '--stdin-packs=follow'
640657
- pack-objects: swap 'show_{object,commit}_pack_hint'
@@ -649,4 +666,4 @@ Release tarballs are available at:
649666
cruft packs from midx.
650667

651668
Ready?
652-
source: <cover.1750375803[email protected]>
669+
source: <cover.1750717921[email protected]>

0 commit comments

Comments
 (0)