Re: [PATCH v3 0/9] reftable: improvements and fixes for compaction
From: Karthik Nayak <hidden>
Date: 2024-08-08 16:52:13
Attachments
- signature.asc [application/pgp-signature] 690 bytes
From: Karthik Nayak <hidden>
Date: 2024-08-08 16:52:13
Patrick Steinhardt [off-list ref] writes:
Hi,
this is the second version of my patch series that aims to improve the
way reftable stack perform compaction.
Changes compared to v2:
- Drop the unused `reftable_write_options` structure in
`write_n_ref_tables()`.
- Fix a commit message typo.
- Reorder some variable assignments to feel more natural.
Thanks!
PatrickThis version includes all the suggestions I made on the previous version. Looks good to me now! Thanks [snip]