1
1
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
5
6
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
8
--------------------------------------------------
9
9
10
10
Here are the topics that have been cooking in my tree. Commits
@@ -46,58 +46,31 @@ Release tarballs are available at:
46
46
https://www.kernel.org/pub/software/scm/git/
47
47
48
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
-
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]
77
50
51
+ * en/diff-rename-follow-fix (2025-03-13) 1 commit
52
+ - diffcore-rename: fix BUG when break detection and --follow used together
78
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.
83
55
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
+
88
58
89
59
--------------------------------------------------
90
- [New Topics ]
60
+ [Cooking ]
91
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
93
66
- merge-ort: support having merge verbosity be set to 0
94
67
- merge-ort: allow rename detection to be disabled
95
68
- merge-ort: add new merge_ort_generic() function
96
69
97
70
First step of deprecating and removing merge-recursive.
98
71
99
72
Will merge to 'next'.
100
- source: <pull.1875.git.
1741362522 [email protected] >
73
+ source: <pull.1875.
v2. git.
1741834001 [email protected] >
101
74
102
75
103
76
* jk/use-wunreachable-code-for-devs (2025-03-07) 1 commit
@@ -186,17 +159,19 @@ Release tarballs are available at:
186
159
187
160
188
161
189
- * jt/rev-list-z (2025-03-10) 4 commits
162
+ * jt/rev-list-z (2025-03-13) 6 commits
190
163
- rev-list: support NUL-delimited --missing option
164
+ - rev-list: support NUL-delimited --boundary option
191
165
- rev-list: support delimiting objects with NUL bytes
166
+ - revision: support NUL-delimited --stdin mode
192
167
- rev-list: refactor early option parsing
193
168
- rev-list: inline `show_object_with_name()` in `show_object()`
194
169
195
170
"git rev-list" learns machine-parsable output format that delimits
196
171
each field with NUL.
197
172
198
173
Will merge to 'next'?
199
- source: <
20250310192829.661692 [email protected] >
174
+ source: <
20250313001706.3390502 [email protected] >
200
175
201
176
202
177
* kn/reflog-drop (2025-03-10) 1 commit
@@ -218,11 +193,13 @@ Release tarballs are available at:
218
193
219
194
220
195
221
- * cc/lop-remote (2025-03-12 ) 1 commit
196
+ * cc/lop-remote (2025-03-13 ) 1 commit
222
197
- promisor-remote: fix segfault when remote URL is missing
223
198
224
199
Bugfix in newly introduced large-object-promisor remote support.
225
-
200
+
201
+ Will merge to 'next'?
202
+
226
203
227
204
228
205
* ps/ci-meson-check-build-docs (2025-03-12) 1 commit
@@ -244,8 +221,6 @@ Release tarballs are available at:
244
221
Will merge to 'next'.
245
222
246
223
247
- --------------------------------------------------
248
- [Cooking]
249
224
250
225
* md/t1403-path-is-file (2025-03-04) 1 commit
251
226
- t1403: verify that path exists and is a file
@@ -404,18 +379,15 @@ Release tarballs are available at:
404
379
405
380
406
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
408
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
414
384
415
385
Certain "cruft" objects would have never been refreshed when there
416
386
are multiple cruft packs in the repository, which has been
417
387
corrected.
418
-
388
+
389
+ Will merge to 'next'.
390
+ source: <1563552bbda0bc910c9f41b0fabc3225c4d778fc.1741889018.git.me@ttaylorr.com>
419
391
420
392
421
393
* jk/zlib-inflate-fixes (2025-02-25) 10 commits
0 commit comments