Skip to content

Commit d4034f4

Browse files
committed
What's cooking (2025/03 #4)
1 parent b1c7cde commit d4034f4

File tree

1 file changed

+28
-56
lines changed

1 file changed

+28
-56
lines changed

whats-cooking.txt

Lines changed: 28 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
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
55
66

7-
What's cooking in git.git (Mar 2025, #03; Wed, 12)
7+
What's cooking in git.git (Mar 2025, #04; Fri, 14)
88
--------------------------------------------------
99

1010
Here are the topics that have been cooking in my tree. Commits
@@ -46,58 +46,31 @@ Release tarballs are available at:
4646
https://www.kernel.org/pub/software/scm/git/
4747

4848
--------------------------------------------------
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-
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-
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]
7750

51+
* en/diff-rename-follow-fix (2025-03-13) 1 commit
52+
- diffcore-rename: fix BUG when break detection and --follow used together
7853

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.
8355

84-
"git version --build-options" stopped showing zlib version by
85-
mistake due to recent refactoring, which has been corrected.
86-
87-
56+
Will merge to 'next'.
57+
8858

8959
--------------------------------------------------
90-
[New Topics]
60+
[Cooking]
9161

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
9366
- merge-ort: support having merge verbosity be set to 0
9467
- merge-ort: allow rename detection to be disabled
9568
- merge-ort: add new merge_ort_generic() function
9669

9770
First step of deprecating and removing merge-recursive.
9871

9972
Will merge to 'next'.
100-
source: <pull.1875.git.1741362522[email protected]>
73+
source: <pull.1875.v2.git.1741834001[email protected]>
10174

10275

10376
* jk/use-wunreachable-code-for-devs (2025-03-07) 1 commit
@@ -186,17 +159,19 @@ Release tarballs are available at:
186159
187160

188161

189-
* jt/rev-list-z (2025-03-10) 4 commits
162+
* jt/rev-list-z (2025-03-13) 6 commits
190163
- rev-list: support NUL-delimited --missing option
164+
- rev-list: support NUL-delimited --boundary option
191165
- rev-list: support delimiting objects with NUL bytes
166+
- revision: support NUL-delimited --stdin mode
192167
- rev-list: refactor early option parsing
193168
- rev-list: inline `show_object_with_name()` in `show_object()`
194169

195170
"git rev-list" learns machine-parsable output format that delimits
196171
each field with NUL.
197172

198173
Will merge to 'next'?
199-
source: <20250310192829.661692[email protected]>
174+
source: <20250313001706.3390502[email protected]>
200175

201176

202177
* kn/reflog-drop (2025-03-10) 1 commit
@@ -218,11 +193,13 @@ Release tarballs are available at:
218193
219194

220195

221-
* cc/lop-remote (2025-03-12) 1 commit
196+
* cc/lop-remote (2025-03-13) 1 commit
222197
- promisor-remote: fix segfault when remote URL is missing
223198

224199
Bugfix in newly introduced large-object-promisor remote support.
225-
200+
201+
Will merge to 'next'?
202+
226203

227204

228205
* ps/ci-meson-check-build-docs (2025-03-12) 1 commit
@@ -244,8 +221,6 @@ Release tarballs are available at:
244221
Will merge to 'next'.
245222
246223

247-
--------------------------------------------------
248-
[Cooking]
249224

250225
* md/t1403-path-is-file (2025-03-04) 1 commit
251226
- t1403: verify that path exists and is a file
@@ -404,18 +379,15 @@ Release tarballs are available at:
404379
405380

406381

407-
* tb/multi-cruft-pack-refresh-fix (2025-03-11) 6 commits
382+
* tb/multi-cruft-pack-refresh-fix (2025-03-13) 1 commit
408383
- 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
414384

415385
Certain "cruft" objects would have never been refreshed when there
416386
are multiple cruft packs in the repository, which has been
417387
corrected.
418-
388+
389+
Will merge to 'next'.
390+
source: <1563552bbda0bc910c9f41b0fabc3225c4d778fc.1741889018.git.me@ttaylorr.com>
419391

420392

421393
* jk/zlib-inflate-fixes (2025-02-25) 10 commits

0 commit comments

Comments
 (0)