On Tue, Jun 20, 2023 at 10:21:00AM -0400, Taylor Blau wrote: > From: Jeff King <peff@xxxxxxxx> > > The refs machinery has its own implementation of a `ref_filter` (used by > `for-each-ref`), which is distinct from the `ref-filler.h` API (also > used by `for-each-ref`, among other things). Small typo here: s/filler/filter/ -Peff