1
1
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 )
3
3
X-master-at: cb3b40381e1d5ee32dde96521ad7cfd68eb308a6
4
- X-next-at: 3ef4f7f41c906aed207d7dc8fda2df876ddb3c83
4
+ X-next-at: 7c2003159bacce310b20a522e641b9749eb67935
5
5
6
6
7
- What's cooking in git.git (Jun 2025, #07; Fri, 20 )
7
+ What's cooking in git.git (Jun 2025, #08; Mon, 23 )
8
8
--------------------------------------------------
9
9
10
10
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
17
17
no activity (of course they can be resubmit when new interests
18
18
arise).
19
19
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
-
34
20
Copies of the source code to Git live in many repositories, and the
35
21
following is a list of the ones I push into or their mirrors. Some
36
22
repositories have only a subset of branches.
@@ -62,6 +48,39 @@ Release tarballs are available at:
62
48
--------------------------------------------------
63
49
[New Topics]
64
50
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
+
65
84
* bc/use-sha256-by-default-in-3.0 (2025-06-19) 10 commits
66
85
- Enable SHA-256 by default in breaking changes mode
67
86
- t5300: choose the built-in hash outside of a repo
@@ -81,13 +100,14 @@ Release tarballs are available at:
81
100
82
101
83
102
* 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
85
105
86
106
Avoid regexp_constraint and instead use comparison_constraint when
87
107
listing functions to exclude from application of coccinelle rules,
88
108
as spatch can be built with different regexp engine X-<.
89
109
90
- Will merge to 'next '.
110
+ Will merge to 'master '.
91
111
92
112
93
113
@@ -102,14 +122,14 @@ Release tarballs are available at:
102
122
103
123
104
124
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
106
126
- coccicheck: fail "make" when it fails
107
127
108
128
"make coccicheck" succeeds even when spatch made suggestions, which
109
129
has been updated to fail in such a case.
110
130
111
131
Needs review.
112
- source: <
xmqqwm97bv7c [email protected] >
132
+ source: <
xmqqbjqe77vw [email protected] >
113
133
114
134
115
135
* jt/imap-send-message-fix (2025-06-20) 3 commits
@@ -120,27 +140,25 @@ Release tarballs are available at:
120
140
121
141
Update some error messages from "git imap-send".
122
142
123
- Will merge to 'next'?
143
+ Will merge to 'next'.
124
144
125
145
126
146
127
147
* 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
135
155
136
156
A new subcommand "git repo-info" gives users a way to grab various
137
157
repository characteristics.
138
158
139
159
Needs review.
140
160
141
161
142
- --------------------------------------------------
143
- [Cooking]
144
162
145
163
* cc/fast-import-export-signature-names (2025-06-19) 1 commit
146
164
- fast-(import|export): improve on commit signature output format
@@ -164,21 +182,20 @@ Release tarballs are available at:
164
182
165
183
166
184
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()
175
193
176
194
Updating submodules from the upstream did not work well when
177
195
submodule's HEAD is detached, which has been improved.
178
196
179
- Kicked out of 'seen' as it seems to fail the test suite.
180
-
181
-
197
+ Will merge to 'next'.
198
+
182
199
183
200
184
201
* ly/run-builtin-use-passed-in-repo (2025-06-15) 1 commit
@@ -264,7 +281,7 @@ Release tarballs are available at:
264
281
use the compact-summary format, intead of diffstat, when showing
265
282
the summary of the incoming changes.
266
283
267
- Will merge to 'next'?
284
+ Will merge to 'next'.
268
285
269
286
270
287
@@ -354,22 +371,23 @@ Release tarballs are available at:
354
371
355
372
356
373
* 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
367
385
(this branch is used by jt/imap-send-message-fix.)
368
386
369
387
"git imap-send" has been broken for a long time, which has been
370
388
resurrected and then taught to talk OAuth2.0 etc.
371
389
372
- Ready?
390
+ Will merge to 'master'.
373
391
source: <PN3PR01MB9597F9CAD0DA83152E651194B87CA@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
374
392
375
393
@@ -523,7 +541,7 @@ Release tarballs are available at:
523
541
An interchange format for stash entries is defined, and subcommand
524
542
of "git stash" to import/export has been added.
525
543
526
- Will merge to 'next'?
544
+ Will merge to 'next'.
527
545
528
546
529
547
@@ -541,8 +559,7 @@ Release tarballs are available at:
541
559
542
560
543
561
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
546
563
- contrib: remove some scripts in "stats" directory
547
564
- contrib: remove "git-new-workdir"
548
565
- contrib: remove "emacs" directory
@@ -557,7 +574,7 @@ Release tarballs are available at:
557
574
558
575
Remove bunch of stuff from contrib/ hierarchy.
559
576
560
- I've reverted the thunderbird thing for now .
577
+ Will merge to 'next' .
561
578
562
579
563
580
@@ -634,7 +651,7 @@ Release tarballs are available at:
634
651
source: <aCoDB9P5XV1lHMil@ArchLinux>
635
652
636
653
637
- * tb/midx-avoid-cruft-packs (2025-06-19 ) 9 commits
654
+ * tb/midx-avoid-cruft-packs (2025-06-23 ) 9 commits
638
655
- repack: exclude cruft pack(s) from the MIDX where possible
639
656
- pack-objects: introduce '--stdin-packs=follow'
640
657
- pack-objects: swap 'show_{object,commit}_pack_hint'
@@ -649,4 +666,4 @@ Release tarballs are available at:
649
666
cruft packs from midx.
650
667
651
668
Ready?
652
- source: <cover.
1750375803 [email protected] >
669
+ source: <cover.
1750717921 [email protected] >
0 commit comments