Derrick Stolee <derrickstolee@xxxxxxxxxx> writes: > On 6/5/2023 9:50 PM, Junio C Hamano wrote: > >> * 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: <pull.1541.git.1685994164018.gitgitgadget@xxxxxxxxx> > > 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. >> * 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: <pull.1537.v2.git.1685716157.gitgitgadget@xxxxxxxxx> > > 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.