On Sun, Dec 12 2021, Eric Sunshine wrote: > On Sun, Dec 12, 2021 at 4:23 PM Ævar Arnfjörð Bjarmason > <avarab@xxxxxxxxx> wrote: >> diff --git a/help.c b/help.c >> @@ -38,6 +38,7 @@ static struct category_description main_categories[] = { >> + { CAT_gitformats, N_("Internal file- and wire formats formats") }, > > Should this be: s/file-/file/ ? I meant to write it like that, i.e. as a shorthand for "Internal file formats and wire formats", but I see I included "formats" twice, which I didn't intend to :) Anyway, it's probably best to just drop the "-" there, and of course get rid of the "formats formats" for just "formats".