Re: What's cooking in git.git (Jun 2023, #02; Tue, 6)
From: Junio C Hamano <hidden>
Date: 2023-06-12 17:56:08
Derrick Stolee [off-list ref] writes:
On 6/5/2023 9:50 PM, Junio C Hamano wrote:quoted
* ds/add-i-color-configuration-fix (2023-06-06) 1 commit - add: check color.ui for interactive add The reimplemented "git add -i" did not honor color.ui configuration. Will merge to 'next'? source: [ref]Your recommendation to compare the raw output to the color-decoded output is a clean way to simplify the test (and remove the whitespace errors in the meantime). I'll send a v2 soon with that change.
Thanks; I saw the update plus its 2/1 suggested by Phillp.
quoted
* ds/disable-replace-refs (2023-06-03) 3 commits - repository: create read_replace_refs setting - replace-objects: create wrapper around setting - repository: create disable_replace_refs() (this branch uses tb/pack-bitmap-traversal-with-boundary.) Introduce a mechanism to disable replace refs globally and per repository. Will merge to 'next'. source: [ref]Please be sure to pick up v3 [1], which fixes a compilation bug in v2's patch 2. Want to keep history bisectable.
Thanks, will do.