On Wed, Apr 13, 2022 at 5:33 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > Fix the omission of not adding "-P" (a.k.a. "--no-pager") to the "git" > invocation that spaws "git grep", added in 0e7696c64db (ci: disallow > directional formatting, 2021-11-04). s/spaws/spawns/ > This didn't matter for the GitHub CI, but does when running the check > locally. A subsequent commit will start invoking it via a new check > from the top-level Makefile, and without this we'd visibly spawn a > pager when doing so. > > Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx>