Message ID | cover-v4-0.5-00000000000-20210921T131003Z-avarab@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | repo-settings.c: refactor for clarity, get rid of hacks etc. | expand |
On 9/21/2021 9:12 AM, Ævar Arnfjörð Bjarmason wrote: > A hopefully final re-roll addressing Taylor's v3 review, except for > the suggestion (that I read as) perhaps retaining the test-only code, > which I've decided not to do per > http://lore.kernel.org/git/87tuieakms.fsf@evledraar.gmail.com > > The x(un)setenv() now returns void, and the error messages are less > chatty, I also improved a BUG() message in 4/5 that we end up deleting > in 5/5 anyway, so it doesn't matter for the end-state, just for > understanding the patches. > > Ævar Arnfjörð Bjarmason (5): > wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.c > environment.c: remove test-specific "ignore_untracked..." variable > read-cache & fetch-negotiator: check "enum" values in switch() > repo-settings.c: simplify the setup > repository.h: don't use a mix of int and bitfields This version looks good to me. Thanks, -Stolee
On Tue, Sep 21, 2021 at 11:58:34AM -0400, Derrick Stolee wrote: > On 9/21/2021 9:12 AM, Ævar Arnfjörð Bjarmason wrote: > > A hopefully final re-roll addressing Taylor's v3 review, except for > > the suggestion (that I read as) perhaps retaining the test-only code, > > which I've decided not to do per > > http://lore.kernel.org/git/87tuieakms.fsf@evledraar.gmail.com > > > > [...] > > This version looks good to me. Likewise. Thanks Ævar for addressing my review. Reviewed-by: Taylor Blau <me@ttaylorr.com> Thanks, Taylor
Taylor Blau <me@ttaylorr.com> writes: > On Tue, Sep 21, 2021 at 11:58:34AM -0400, Derrick Stolee wrote: >> On 9/21/2021 9:12 AM, Ævar Arnfjörð Bjarmason wrote: >> > A hopefully final re-roll addressing Taylor's v3 review, except for >> > the suggestion (that I read as) perhaps retaining the test-only code, >> > which I've decided not to do per >> > http://lore.kernel.org/git/87tuieakms.fsf@evledraar.gmail.com >> > >> > [...] >> >> This version looks good to me. > > Likewise. Thanks Ævar for addressing my review. Yeah, I think this one is good enough for 'next'. Thanks, all.