On Tue, Jun 20, 2023 at 10:21:06AM -0400, Taylor Blau wrote: > From: Jeff King <peff@xxxxxxxx> > > Provide a sane initialization value for `struct ref_filter`, which in a > subsequent patch will be used to initialize a new field. > > In the meantime, fix a case in test-reach.c where its `ref_filter` is > not even zero-initialized. This test-reach case scared me, but it happens to work now because commit_contains() only looks at the one field that we set. So we're not fixing a bug, but more like a bug waiting to happen. :) -Peff