On Mon, Jul 03, 2023 at 01:15:04AM -0400, Jeff King wrote: > > 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. :) Good point, I updated the commit message to more clearly signal that this isn't fixing a bug, but rather preventing one. Thanks, Taylor