What's cooking (2024/01 #09)
Junio C Hamano committed
Jan 29, 2024 at 16:32 UTC
4f629ece2caf8a5c95c066af8b93c467991f2187
1 file changed
+202
-250
whats-cooking.txt
+202
-250
@@ -1,10 +1,10 @@
1
To: git@vger.kernel.org
2
-Subject: What's cooking in git.git (Jan 2024, #08; Fri, 26)
3
-X-master-at: b50a608ba20348cb3dfc16a696816d51780e3f0f
4
-X-next-at: 3e4c9d132487b980300188f22102599edd76b6cd
2
+Subject: What's cooking in git.git (Jan 2024, #09; Mon, 29)
3
+X-master-at: c5b454771e6b086f60c7f1f139025f174bcedac9
4
+X-next-at: fb1a86299d91ca856248ba2018147aff99ef91fd
5
Bcc: lwn@lwn.net, gitster@pobox.com
6
7
-What's cooking in git.git (Jan 2024, #08; Fri, 26)
7
+What's cooking in git.git (Jan 2024, #09; Mon, 29)
8
--------------------------------------------------
9
10
Here are the topics that have been cooking in my tree. Commits
@@ -48,160 +48,219 @@ Release tarballs are available at:
48
--------------------------------------------------
49
[Graduated to 'master']
50
51
-* al/unit-test-ctype (2024-01-16) 1 commit
52
- (merged to 'next' on 2024-01-19 at fcdad0d06c)
53
- + unit-tests: rewrite t/helper/test-ctype.c as a unit test
51
+* al/t2400-depipe (2024-01-20) 1 commit
52
+ (merged to 'next' on 2024-01-22 at a20d4a9a7f)
53
+ + t2400: avoid losing exit status to pipes
54
55
- Move test-ctype helper to the unit-test framework.
56
- source: <20240112102743.1440-1-ach.lumap@gmail.com>
55
+ Coding style fix.
56
+ source: <20240120021547.199-1-ach.lumap@gmail.com>
57
58
59
-* es/some-up-to-date-messages-must-stay (2024-01-12) 1 commit
60
- (merged to 'next' on 2024-01-16 at 2b598f7de2)
61
- + messages: mark some strings with "up-to-date" not to touch
59
+* en/diffcore-delta-final-line-fix (2024-01-18) 1 commit
60
+ (merged to 'next' on 2024-01-22 at 7141d202cb)
61
+ + diffcore-delta: avoid ignoring final 'line' of file
62
63
- Comment updates to help developers not to attempt to modify
64
- messages from plumbing commands that must stay constant.
63
+ Rename detection logic ignored the final line of a file if it is an
64
+ incomplete line.
65
+ source: <pull.1637.v2.git.1705119973690.gitgitgadget@gmail.com>
66
66
- It might make sense to reassess the plumbing needs every few years,
67
- but that should be done as a separate effort.
68
- source: <20240112171910.11131-1-ericsunshine@charter.net>
67
68
+* gt/t0024-style-fixes (2024-01-20) 2 commits
69
+ (merged to 'next' on 2024-01-22 at 36b46efbd0)
70
+ + t0024: style fix
71
+ + t0024: avoid losing exit status to pipes
72
71
-* gt/test-commit-o-i-options (2024-01-17) 2 commits
72
- (merged to 'next' on 2024-01-19 at 0377e2c148)
73
- + t7501: add tests for --amend --signoff
74
- + t7501: add tests for --include and --only
73
+ Coding style fix.
74
+ source: <20240118215407.8609-1-shyamthakkar001@gmail.com>
75
76
- A few tests to "git commit -o <pathspec>" and "git commit -i
77
- <pathspec>" has been added.
78
- source: <20240117161421.17333-1-shyamthakkar001@gmail.com>
76
77
+* jc/majordomo-to-subspace (2024-01-20) 1 commit
78
+ (merged to 'next' on 2024-01-22 at 6a95f43de4)
79
+ + Docs: majordomo@vger.kernel.org has been decomissioned
80
81
-* jt/tests-with-reftable (2024-01-12) 2 commits
82
- (merged to 'next' on 2024-01-19 at 498d203a57)
83
- + t5541: remove lockfile creation
84
- + t1401: remove lockfile creation
81
+ Doc update.
82
+ source: <xmqqmst1hsd6.fsf@gitster.g>
83
86
- Tweak a few tests not to manually modify the reference database
87
- (hence easier to work with other backends like reftable).
88
- source: <pull.1634.v2.git.1705004670.gitgitgadget@gmail.com>
84
85
+* js/oss-fuzz-build-in-ci (2024-01-19) 2 commits
86
+ (merged to 'next' on 2024-01-22 at 2954da5a39)
87
+ + ci: build and run minimal fuzzers in GitHub CI
88
+ + fuzz: fix fuzz test build rules
89
91
-* kh/maintenance-use-xdg-when-it-should (2024-01-18) 4 commits
92
- (merged to 'next' on 2024-01-19 at 9c8c7b2e9d)
93
- + maintenance: use XDG config if it exists
94
- + config: factor out global config file retrieval
95
- + config: rename global config function
96
- + config: format newlines
90
+ oss-fuzz tests are built and run in CI.
91
+ source: <cover.1705700054.git.steadmon@google.com>
92
98
- When $HOME/.gitignore is missing but XDG config file available, we
99
- should write into the latter, not former. "git gc" and "git
100
- maintenance" wrote into a wrong "global config" file, which have
101
- been corrected.
102
- source: <cover.1705593810.git.code@khaugsbakk.name>
93
94
+* nb/rebase-x-shell-docfix (2024-01-17) 1 commit
95
+ (merged to 'next' on 2024-01-22 at db49e10354)
96
+ + rebase: fix documentation about used shell in -x
97
105
-* la/strvec-comment-fix (2024-01-12) 1 commit
106
- (merged to 'next' on 2024-01-19 at 120ef16493)
107
- + strvec: use correct member name in comments
98
+ Doc update.
99
+ source: <20240117085347.948960-1-nik.borisov@suse.com>
100
109
- Comment fix.
110
- source: <pull.1640.git.1705043195997.gitgitgadget@gmail.com>
101
102
+* ps/not-so-many-refs-are-special (2024-01-19) 7 commits
103
+ (merged to 'next' on 2024-01-22 at f70f463847)
104
+ + Documentation: add "special refs" to the glossary
105
+ + refs: redefine special refs
106
+ + refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
107
+ + sequencer: introduce functions to handle autostashes via refs
108
+ + refs: convert AUTO_MERGE to become a normal pseudo-ref
109
+ + sequencer: delete REBASE_HEAD in correct repo when picking commits
110
+ + sequencer: clean up pseudo refs with REF_NO_DEREF
111
113
-* mj/gitweb-unreadable-config-error (2024-01-10) 1 commit
114
- (merged to 'next' on 2024-01-19 at 790b7a7855)
115
- + gitweb: die when a configuration file cannot be read
112
+ Define "special ref" as a very narrow set that consists of
113
+ FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to
114
+ be classified as such are actually just pseudorefs.
115
+ source: <cover.1705659748.git.ps@pks.im>
116
117
- When given an existing but unreadable file as a configuration file,
118
- gitweb behaved as if the file did not exist at all, but now it
119
- errors out. This is a change that may break backward compatibility.
120
- source: <20240110225709.30168-1-marcelo.jimenez@gmail.com>
117
118
+* ps/reftable-optimize-io (2024-01-18) 7 commits
119
+ (merged to 'next' on 2024-01-22 at b867e8b9a8)
120
+ + reftable/stack: fix race in up-to-date check
121
+ + reftable/stack: unconditionally reload stack after commit
122
+ (merged to 'next' on 2024-01-12 at 4096e880e0)
123
+ + reftable/blocksource: use mmap to read tables
124
+ + reftable/blocksource: refactor code to match our coding style
125
+ + reftable/stack: use stat info to avoid re-reading stack list
126
+ + reftable/stack: refactor reloading to use file descriptor
127
+ + reftable/stack: refactor stack reloading to have common exit path
128
123
-* ne/doc-filter-blob-limit-fix (2024-01-16) 1 commit
124
- (merged to 'next' on 2024-01-19 at 4f78975728)
125
- + rev-list-options: fix off-by-one in '--filter=blob:limit=<n>' explainer
129
+ Low-level I/O optimization for reftable.
130
+ source: <cover.1704966670.git.ps@pks.im>
131
+ source: <cover.1705585037.git.ps@pks.im>
132
127
- Docfix.
128
- source: <pull.1645.git.git.1705261850650.gitgitgadget@gmail.com>
133
134
+* tc/show-ref-exists-fix (2024-01-18) 1 commit
135
+ (merged to 'next' on 2024-01-22 at 831452f2dd)
136
+ + builtin/show-ref: treat directory as non-existing in --exists
137
131
-* ps/commit-graph-write-leakfix (2024-01-15) 1 commit
132
- (merged to 'next' on 2024-01-19 at df537fac39)
133
- + commit-graph: fix memory leak when not writing graph
138
+ Update to a new feature recently added, "git show-ref --exists".
139
+ source: <20240110141559.387815-2-toon@iotcl.com>
140
135
- Leakfix.
136
- source: <0feab5e7d5bc6275e2c7671cd8f6786ea86fd610.1702891190.git.ps@pks.im>
141
+--------------------------------------------------
142
+[New Topics]
143
144
+* jc/comment-style-fixes (2024-01-29) 3 commits
145
+ - reftable/pq_test: comment style fix
146
+ - merge-ort.c: comment style fix
147
+ - builtin/worktree: comment style fixes
148
139
-* ps/completion-with-reftable-fix (2024-01-16) 5 commits
140
- (merged to 'next' on 2024-01-19 at 8854a7d903)
141
- + completion: treat dangling symrefs as existing pseudorefs
142
- + completion: silence pseudoref existence check
143
- + completion: improve existence check for pseudo-refs
144
- + t9902: verify that completion does not print anything
145
- + completion: discover repo path in `__git_pseudoref_exists ()`
149
+ Rewrite //-comments to /* comments */ in files whose comments
150
+ prevalently use the latter.
151
147
- Completion update to prepare for reftable
148
- source: <cover.1705314554.git.ps@pks.im>
152
+ Will merge to 'next'.
153
+ source: <20240129202839.2234084-1-gitster@pobox.com>
154
155
151
-* ps/gitlab-ci-macos (2024-01-18) 6 commits
152
- (merged to 'next' on 2024-01-19 at a239dc8140)
153
- + ci: add macOS jobs to GitLab CI
154
- + ci: make p4 setup on macOS more robust
155
- + ci: handle TEST_OUTPUT_DIRECTORY when printing test failures
156
- + Makefile: detect new Homebrew location for ARM-based Macs
157
- + t7527: decrease likelihood of racing with fsmonitor daemon
158
- + Merge branch 'ps/gitlab-ci-static-analysis' into ps/gitlab-ci-macos
156
+* jk/diff-external-with-no-index (2024-01-29) 1 commit
157
+ - diff: handle NULL meta-info when spawning external diff
158
160
- CI for GitLab learned to drive macOS jobs.
161
- source: <cover.1705573336.git.ps@pks.im>
159
+ "git diff --no-index file1 file2" segfaulted while invoking the
160
+ external diff driver, which has been corrected.
161
162
+ Will merge to 'next'.
163
+ source: <20240129015708.GA1762343@coredump.intra.peff.net>
164
164
-* ps/worktree-refdb-initialization (2024-01-08) 7 commits
165
- (merged to 'next' on 2024-01-19 at e8c649a3ac)
166
- + builtin/worktree: create refdb via ref backend
167
- + worktree: expose interface to look up worktree by name
168
- + builtin/worktree: move setup of commondir file earlier
169
- + refs/files: skip creation of "refs/{heads,tags}" for worktrees
170
- + setup: move creation of "refs/" into the files backend
171
- + refs: prepare `refs_init_db()` for initializing worktree refs
172
- + Merge branch 'ps/refstorage-extension' into ps/worktree-refdb-initialization
165
174
- Instead of manually creating refs/ hierarchy on disk upon a
175
- creation of a secondary worktree, which is only usable via the
176
- files backend, use the refs API to populate it.
177
- source: <cover.1704705733.git.ps@pks.im>
166
+* jk/unit-tests-buildfix (2024-01-29) 2 commits
167
+ - t/Makefile: get UNIT_TESTS list from C sources
168
+ - Makefile: use order-only prereq for UNIT_TEST_BIN
169
170
+ Build dependency fix around unit tests.
171
+
172
+ Expecting a reroll.
173
+ cf. <20240129202201.GA9612@szeder.dev>
174
+ source: <20240129031540.GA2433764@coredump.intra.peff.net>
175
180
-* rj/advice-delete-branch-not-fully-merged (2024-01-11) 3 commits
181
- (merged to 'next' on 2024-01-19 at 7102eb6b79)
182
- + branch: make the advice to force-deleting a conditional one
183
- + advice: fix an unexpected leading space
184
- + advice: sort the advice related lists
185
- (this branch is used by rj/advice-disable-how-to-disable.)
176
187
- The error message given when "git branch -d branch" fails due to
188
- commits unique to the branch has been split into an error and a new
189
- conditional advice message.
190
- source: <4aedc15c-4b3f-4f5e-abea-581b501600f8@gmail.com>
177
+* js/merge-tree-3-trees (2024-01-29) 1 commit
178
+ - merge-tree: accept 3 trees as arguments
179
180
+ "git merge-tree" has learned that the three trees involved in the
181
+ 3-way merge only need to be trees, not necessarily commits.
182
193
-* vd/fsck-submodule-url-test (2024-01-19) 4 commits
194
- (merged to 'next' on 2024-01-19 at dad35ae82c)
195
- + submodule-config.c: strengthen URL fsck check
196
- + t7450: test submodule urls
197
- + test-submodule: remove command line handling for check-name
198
- + submodule-config.h: move check_submodule_url
183
+ Will merge to 'next'.
184
+ source: <pull.1647.v2.git.1706474063109.gitgitgadget@gmail.com>
185
200
- Tighten URL checks fsck makes in a URL recorded for submodules.
201
- source: <pull.1635.v2.git.1705542918.gitgitgadget@gmail.com>
186
+
187
+* jt/p4-spell-re-with-raw-string (2024-01-29) 1 commit
188
+ - git-p4: use raw string literals for regular expressions
189
+
190
+ "git p4" update to squelch warnings from Python.
191
+
192
+ Will merge to 'next'.
193
+ source: <pull.1639.v2.git.1706312496608.gitgitgadget@gmail.com>
194
+
195
+
196
+* kh/maintenance-use-xdg-when-it-should (2024-01-29) 1 commit
197
+ - config: add back code comment
198
+
199
+ Comment fix.
200
+
201
+ Will merge to 'next'.
202
+ source: <48d66e94ece3b763acbe933561d82157c02a5f58.1706466321.git.code@khaugsbakk.name>
203
+
204
+
205
+* mh/credential-oauth-refresh-token-with-wincred (2024-01-29) 1 commit
206
+ - credential/wincred: store oauth_refresh_token
207
+
208
+ Teach wincred credential backend to support oauth refresh token the
209
+ same way as credential-cache and credential-libsecret backends.
210
+
211
+ Needs review.
212
+ source: <pull.1534.v3.git.1706477103039.gitgitgadget@gmail.com>
213
+
214
+
215
+* pb/complete-config (2024-01-29) 5 commits
216
+ - completion: add an use _ _git_compute_second_level_config_vars_for_section
217
+ - builtin/help: add --config-all-for-completion
218
+ - completion: add and use _ _git_compute_first_level_config_vars_for_section
219
+ - completion: complete 'submodule.*' config variables
220
+ - completion: add space after config variable names also in Bash 3
221
+
222
+ The command line completion script (in contrib/) learned to
223
+ complete configuration variable names better.
224
+
225
+ Needs review.
226
+ source: <pull.1660.v2.git.git.1706534881.gitgitgadget@gmail.com>
227
+
228
+
229
+* rj/complete-reflog (2024-01-26) 4 commits
230
+ - completion: reflog show <log-options>
231
+ - completion: reflog with implicit "show"
232
+ - completion: introduce __git_find_subcommand
233
+ - completion: introduce __gitcomp_subcommand
234
+
235
+ The command line completion script (in contrib/) learned to
236
+ complete "git reflog" better.
237
+
238
+ Needs review.
239
+ source: <98daf977-dbad-4d3b-a293-6a769895088f@gmail.com>
240
+
241
+
242
+* rj/test-with-leak-check (2024-01-29) 4 commits
243
+ - t0080: mark as leak-free
244
+ - test-lib: check for TEST_PASSES_SANITIZE_LEAK
245
+ - t6113: mark as leak-free
246
+ - t5332: mark as leak-free
247
+
248
+ Mark tests that are supposed to pass leak sanitizer as such.
249
+
250
+ Will merge to 'next'?
251
+ source: <45eb0748-6415-4e52-a54f-8d4e5ad57dde@gmail.com>
252
+
253
+
254
+* tb/pack-bitmap-drop-unused-struct-member (2024-01-29) 1 commit
255
+ - pack-bitmap: drop unused `reuse_objects`
256
+
257
+ Code clean-up.
258
+
259
+ Will merge to 'next'.
260
+ source: <0bbaf9a3591765161872fb71383263edb0c7ef83.1706328008.git.me@ttaylorr.com>
261
262
--------------------------------------------------
204
-[New Topics]
263
+[Cooking]
264
265
* jc/coc-whitespace-fix (2024-01-23) 1 commit
266
(merged to 'next' on 2024-01-26 at 6fb290ad59)
@@ -237,11 +296,12 @@ Release tarballs are available at:
296
297
298
* ps/reftable-compacted-tables-permission-fix (2024-01-26) 1 commit
240
- - reftable/stack: adjust permissions of compacted tables
299
+ (merged to 'next' on 2024-01-29 at dbb06e1571)
300
+ + reftable/stack: adjust permissions of compacted tables
301
302
Reftable bugfix.
303
244
- Will merge to 'next'.
304
+ Will merge to 'master'.
305
source: <a211818108053754aca002726d0206623a347952.1706263589.git.ps@pks.im>
306
307
@@ -279,18 +339,6 @@ Release tarballs are available at:
339
Write multi-level indices for reftable has been corrected.
340
source: <cover.1706263918.git.ps@pks.im>
341
282
---------------------------------------------------
283
-[Cooking]
284
-
285
-* al/t2400-depipe (2024-01-20) 1 commit
286
- (merged to 'next' on 2024-01-22 at a20d4a9a7f)
287
- + t2400: avoid losing exit status to pipes
288
-
289
- Coding style fix.
290
-
291
- Will merge to 'master'.
292
- source: <20240120021547.199-1-ach.lumap@gmail.com>
293
-
342
343
* kl/allow-working-in-dot-git-in-non-bare-repository (2024-01-20) 1 commit
344
(merged to 'next' on 2024-01-24 at e77b796e11)
@@ -407,59 +455,7 @@ Release tarballs are available at:
455
source: <xmqqzfxa9usx.fsf@gitster.g>
456
457
410
-* nb/rebase-x-shell-docfix (2024-01-17) 1 commit
411
- (merged to 'next' on 2024-01-22 at db49e10354)
412
- + rebase: fix documentation about used shell in -x
413
-
414
- Doc update.
415
-
416
- Will merge to 'master'.
417
- source: <20240117085347.948960-1-nik.borisov@suse.com>
418
-
419
-
420
-* tc/show-ref-exists-fix (2024-01-18) 1 commit
421
- (merged to 'next' on 2024-01-22 at 831452f2dd)
422
- + builtin/show-ref: treat directory as non-existing in --exists
423
-
424
- Update to a new feature recently added, "git show-ref --exists".
425
-
426
- Will merge to 'master'.
427
- source: <20240110141559.387815-2-toon@iotcl.com>
428
-
429
-
430
-* gt/t0024-style-fixes (2024-01-20) 2 commits
431
- (merged to 'next' on 2024-01-22 at 36b46efbd0)
432
- + t0024: style fix
433
- + t0024: avoid losing exit status to pipes
434
-
435
- Coding style fix.
436
-
437
- Will merge to 'master'.
438
- source: <20240118215407.8609-1-shyamthakkar001@gmail.com>
439
-
440
-
441
-* jc/majordomo-to-subspace (2024-01-20) 1 commit
442
- (merged to 'next' on 2024-01-22 at 6a95f43de4)
443
- + Docs: majordomo@vger.kernel.org has been decomissioned
444
-
445
- Doc update.
446
-
447
- Will merge to 'master'.
448
- source: <xmqqmst1hsd6.fsf@gitster.g>
449
-
450
-
451
-* js/oss-fuzz-build-in-ci (2024-01-19) 2 commits
452
- (merged to 'next' on 2024-01-22 at 2954da5a39)
453
- + ci: build and run minimal fuzzers in GitHub CI
454
- + fuzz: fix fuzz test build rules
455
-
456
- oss-fuzz tests are built and run in CI.
457
-
458
- Will merge to 'master'.
459
- source: <cover.1705700054.git.steadmon@google.com>
460
-
461
-
462
-* kn/for-all-refs (2024-01-24) 4 commits
458
+* kn/for-all-refs (2024-01-29) 4 commits
459
- for-each-ref: avoid filtering on empty pattern
460
- refs: introduce `refs_for_each_all_refs()`
461
- refs: extract out `loose_fill_ref_dir_regular_file()`
@@ -469,42 +465,26 @@ Release tarballs are available at:
465
command line, but it did not honor an empty string to mean "pass
466
everything", which has been corrected.
467
472
- Expecting a reroll?
473
- cf. <xmqqfrymeega.fsf@gitster.g>
474
- source: <20240124152726.124873-1-karthik.188@gmail.com>
475
-
476
-
477
-* ps/not-so-many-refs-are-special (2024-01-19) 7 commits
478
- (merged to 'next' on 2024-01-22 at f70f463847)
479
- + Documentation: add "special refs" to the glossary
480
- + refs: redefine special refs
481
- + refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref
482
- + sequencer: introduce functions to handle autostashes via refs
483
- + refs: convert AUTO_MERGE to become a normal pseudo-ref
484
- + sequencer: delete REBASE_HEAD in correct repo when picking commits
485
- + sequencer: clean up pseudo refs with REF_NO_DEREF
486
-
487
- Define "special ref" as a very narrow set that consists of
488
- FETCH_HEAD and MERGE_HEAD, and clarify everything else that used to
489
- be classified as such are actually just pseudorefs.
490
-
491
- Will merge to 'master'.
492
- source: <cover.1705659748.git.ps@pks.im>
468
+ Will merge to 'next'.
469
+ source: <20240129113527.607022-1-karthik.188@gmail.com>
470
471
495
-* bk/complete-bisect (2024-01-18) 5 commits
496
- - completion: git-bisect view recognized but not completed
497
- - completion: custom git-bisect terms
498
- - completion: move to maintain define-before-use
499
- - completion: git-log opts to bisect visualize
500
- - completion: complete new old actions, start opts
472
+* bk/complete-bisect (2024-01-29) 8 commits
473
+ - completion: add tests for git-bisect
474
+ - completion: bisect: recognize but do not complete view subcommand
475
+ - completion: bisect: complete log opts for visualize subcommand
476
+ - completion: log: use __git_complete_log_opts
477
+ - completion: new function __git_complete_log_opts
478
+ - completion: bisect: complete missing --first-parent and --no-checkout options
479
+ - completion: bisect: complete custom terms and related options
480
+ - completion: bisect: complete bad, new, old, and help subcommands
481
482
Command line completion support (in contrib/) has been
483
updated for "git bisect".
484
505
- Expecting a reroll.
485
+ Comments?
486
cf. <ZaofJhHsFjRxx7a3@tanuki>
507
- source: <20240118204323.1113859-1-britton.kerin@gmail.com>
487
+ source: <20240128223447.342493-1-britton.kerin@gmail.com>
488
489
490
* bk/complete-dirname-for-am-and-format-patch (2024-01-12) 1 commit
@@ -529,26 +509,26 @@ Release tarballs are available at:
509
source: <a718b5ee-afb0-44bd-a299-3208fac43506@smtp-relay.sendinblue.com>
510
511
532
-* la/trailer-api (2024-01-12) 10 commits
512
+* la/trailer-api (2024-01-26) 10 commits
513
- trailer: delete obsolete argument handling code from API
514
- trailer: move arg handling to interpret-trailers.c
535
- - trailer: prepare to move parse_trailers_from_command_line_args() to builtin
515
+ - trailer: prepare to move parse_trailers_from_command_line_args () to builtin
516
- trailer: spread usage of "trailer_block" language
517
- trailer: make trailer_info struct private
518
- sequencer: use the trailer iterator
519
- trailer: delete obsolete formatting functions
520
- trailer: unify trailer formatting machinery
541
- - trailer: include "trailer" term in API functions
542
- - trailer: move process_trailers() to interpret-trailers.c
521
+ - trailer: move interpret_trailers() to interpret-trailers.c
522
+ - trailer: prepare to expose functions as part of API
523
524
Code clean-up.
525
526
Expecting a (hopefully final and small) reroll.
547
- cf. <owlysf2l2bnj.fsf@fine.c.googlers.com>
548
- source: <pull.1632.git.1704869487.gitgitgadget@gmail.com>
527
+ cf. <owlyh6iy2grk.fsf@fine.c.googlers.com>
528
+ source: <pull.1632.v2.git.1706308737.gitgitgadget@gmail.com>
529
530
551
-* ps/tests-with-ref-files-backend (2024-01-24) 6 commits
531
+* ps/tests-with-ref-files-backend (2024-01-29) 6 commits
532
- t: mark tests regarding git-pack-refs(1) to be backend specific
533
- t5526: break test submodule differently
534
- t1419: mark test suite as files-backend specific
@@ -559,37 +539,8 @@ Release tarballs are available at:
539
Prepare existing tests on refs to work better with non-default
540
backends.
541
562
- Needs review.
563
- source: <cover.1706085756.git.ps@pks.im>
564
-
565
-
566
-* en/diffcore-delta-final-line-fix (2024-01-18) 1 commit
567
- (merged to 'next' on 2024-01-22 at 7141d202cb)
568
- + diffcore-delta: avoid ignoring final 'line' of file
569
-
570
- Rename detection logic ignored the final line of a file if it is an
571
- incomplete line.
572
-
573
- Will merge to 'master'.
574
- source: <pull.1637.v2.git.1705119973690.gitgitgadget@gmail.com>
575
-
576
-
577
-* ps/reftable-optimize-io (2024-01-18) 7 commits
578
- (merged to 'next' on 2024-01-22 at b867e8b9a8)
579
- + reftable/stack: fix race in up-to-date check
580
- + reftable/stack: unconditionally reload stack after commit
581
- (merged to 'next' on 2024-01-12 at 4096e880e0)
582
- + reftable/blocksource: use mmap to read tables
583
- + reftable/blocksource: refactor code to match our coding style
584
- + reftable/stack: use stat info to avoid re-reading stack list
585
- + reftable/stack: refactor reloading to use file descriptor
586
- + reftable/stack: refactor stack reloading to have common exit path
587
-
588
- Low-level I/O optimization for reftable.
589
-
590
- Will merge to 'master'.
591
- source: <cover.1704966670.git.ps@pks.im>
592
- source: <cover.1705585037.git.ps@pks.im>
542
+ Will merge to 'next'.
543
+ source: <cover.1706525813.git.ps@pks.im>
544
545
546
* rj/advice-disable-how-to-disable (2024-01-16) 2 commits
@@ -688,7 +639,8 @@ Release tarballs are available at:
639
on systems whose "char" is unsigned; update the implementation and
640
bump the format version to 2.
641
691
- Will merge to 'next'.
642
+ Expecting a reroll.
643
+ cf. <20240129212614.GB9612@szeder.dev>
644
source: <cover.1705442923.git.me@ttaylorr.com>
645
646