What's cooking (2025/03 #04)
Junio C Hamano committed
Mar 14, 2025 at 09:58 UTC
d4034f49aa19feb3c515fcf1b77f861b9a4e9415
1 file changed
+28
-56
whats-cooking.txt
+28
-56
@@ -1,10 +1,10 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Mar 2025, #03; Wed, 12)
3
-X-master-at: 4b68faf6b93311254efad80e554780e372deb42f
4
-X-next-at: e278b902bb770b75d0295eb776545312351efd36
2
+Subject: What's cooking in git.git (Mar 2025, #04; Fri, 14)
3
+X-master-at: 683c54c999c301c2cd6f715c411407c413b1d84e
4
+X-next-at: d1b26642dacc169ed6e4a1495e3fa114e8b27faa
5
Bcc: lwn@lwn.net, gitster@pobox.com
6
7
-What's cooking in git.git (Mar 2025, #03; Wed, 12)
7
+What's cooking in git.git (Mar 2025, #04; Fri, 14)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking in my tree. Commits
@@ -46,50 +46,23 @@ Release tarballs are available at:
46
https://www.kernel.org/pub/software/scm/git/
47
48
--------------------------------------------------
49
-[Graduated to 'master']
50
-
51
-* ma/clone-doc-markup-fix (2025-03-10) 1 commit
52
- (merged to 'next' on 2025-03-10 at f6994c5077)
53
- + git-clone doc: fix indentation
54
-
55
- Doc markup fix.
56
-
57
- source: <20250310110758.601206-1-martin.agren@gmail.com>
58
-
59
-
60
-* pb/doc-follow-remote-head (2025-02-14) 2 commits
61
- (merged to 'next' on 2025-03-11 at 67ce5e4795)
62
- + config/remote.txt: improve wording for 'remote.<name>.followRemoteHEAD'
63
- + config/remote.txt: reunite 'severOption' description paragraphs
64
-
65
- Doc updates.
66
-
67
- source: <pull.1894.git.git.1739554578.gitgitgadget@gmail.com>
68
-
69
-
70
-* tb/fetch-follow-tags-fix (2025-03-07) 1 commit
71
- (merged to 'next' on 2025-03-07 at 9432ccae14)
72
- + fetch: fix following tags when fetching specific OID
73
-
74
- "git fetch --follow-tags" was broken with recent updates, which has
75
- been corrected.
76
- source: <61147be4b9a0ee76f1fe0f3376d7316205da350c.1741389941.git.me@ttaylorr.com>
49
+[New Topics]
50
51
+* en/diff-rename-follow-fix (2025-03-13) 1 commit
52
+ - diffcore-rename: fix BUG when break detection and --follow used together
53
79
-* tc/zlib-ng-fix (2025-03-07) 2 commits
80
- (merged to 'next' on 2025-03-07 at e13861b9f1)
81
- + help: print zlib-ng version number
82
- + help: include git-zlib.h to print zlib version
54
+ A corner-case bug in "git log --follow -B" has been fixed.
55
84
- "git version --build-options" stopped showing zlib version by
85
- mistake due to recent refactoring, which has been corrected.
86
-
87
- source: <20250307-toon-zlib-git-version-v1-0-5e8069752bb9@iotcl.com>
56
+ Will merge to 'next'.
57
+ source: <pull.1876.git.1741395615315.gitgitgadget@gmail.com>
58
59
--------------------------------------------------
90
-[New Topics]
60
+[Cooking]
61
92
-* en/merge-ort-prepare-to-remove-recursive (2025-03-07) 3 commits
62
+* en/merge-ort-prepare-to-remove-recursive (2025-03-13) 6 commits
63
+ - am: switch from merge_recursive_generic() to merge_ort_generic()
64
+ - merge-ort: fix merge.directoryRenames=false
65
+ - t3650: document bug when directory renames are turned off
66
- merge-ort: support having merge verbosity be set to 0
67
- merge-ort: allow rename detection to be disabled
68
- merge-ort: add new merge_ort_generic() function
@@ -97,7 +70,7 @@ Release tarballs are available at:
70
First step of deprecating and removing merge-recursive.
71
72
Will merge to 'next'.
100
- source: <pull.1875.git.1741362522.gitgitgadget@gmail.com>
73
+ source: <pull.1875.v2.git.1741834001.gitgitgadget@gmail.com>
74
75
76
* jk/use-wunreachable-code-for-devs (2025-03-07) 1 commit
@@ -186,9 +159,11 @@ Release tarballs are available at:
159
source: <20250309030101.GA2334064@coredump.intra.peff.net>
160
161
189
-* jt/rev-list-z (2025-03-10) 4 commits
162
+* jt/rev-list-z (2025-03-13) 6 commits
163
- rev-list: support NUL-delimited --missing option
164
+ - rev-list: support NUL-delimited --boundary option
165
- rev-list: support delimiting objects with NUL bytes
166
+ - revision: support NUL-delimited --stdin mode
167
- rev-list: refactor early option parsing
168
- rev-list: inline `show_object_with_name()` in `show_object()`
169
@@ -196,7 +171,7 @@ Release tarballs are available at:
171
each field with NUL.
172
173
Will merge to 'next'?
199
- source: <20250310192829.661692-1-jltobler@gmail.com>
174
+ source: <20250313001706.3390502-1-jltobler@gmail.com>
175
176
177
* kn/reflog-drop (2025-03-10) 1 commit
@@ -218,11 +193,13 @@ Release tarballs are available at:
193
source: <pull.1879.git.1741705175922.gitgitgadget@gmail.com>
194
195
221
-* cc/lop-remote (2025-03-12) 1 commit
196
+* cc/lop-remote (2025-03-13) 1 commit
197
- promisor-remote: fix segfault when remote URL is missing
198
199
Bugfix in newly introduced large-object-promisor remote support.
225
- source: <20250312114628.2744747-1-christian.couder@gmail.com>
200
+
201
+ Will merge to 'next'?
202
+ source: <20250313103859.817127-1-christian.couder@gmail.com>
203
204
205
* ps/ci-meson-check-build-docs (2025-03-12) 1 commit
@@ -244,8 +221,6 @@ Release tarballs are available at:
221
Will merge to 'next'.
222
source: <20250312-b4-pks-meson-breaking-changes-v1-0-b89e9a59d228@pks.im>
223
247
---------------------------------------------------
248
-[Cooking]
224
225
* md/t1403-path-is-file (2025-03-04) 1 commit
226
- t1403: verify that path exists and is a file
@@ -404,18 +379,15 @@ Release tarballs are available at:
379
source: <20250312-pks-update-ref-optimization-v6-0-f778e0414f55@pks.im>
380
381
407
-* tb/multi-cruft-pack-refresh-fix (2025-03-11) 6 commits
382
+* tb/multi-cruft-pack-refresh-fix (2025-03-13) 1 commit
383
- builtin/pack-objects.c: freshen objects from existing cruft packs
409
- - builtin/repack.c: simplify cruft pack aggregation
410
- - pack-objects: generate cruft packs at most one object over threshold
411
- - t/lib-cruft.sh: extract some cruft-related helpers
412
- - t7704-repack-cruft.sh: consolidate `write_blob()`
413
- - t/t5329-pack-objects-cruft.sh: evict 'repack'-related tests
384
385
Certain "cruft" objects would have never been refreshed when there
386
are multiple cruft packs in the repository, which has been
387
corrected.
418
- source: <cover.1741648467.git.me@ttaylorr.com>
388
+
389
+ Will merge to 'next'.
390
+ source: <1563552bbda0bc910c9f41b0fabc3225c4d778fc.1741889018.git.me@ttaylorr.com>
391
392
393
* jk/zlib-inflate-fixes (2025-02-25) 10 commits