Re: [PATCH v8 01/12] help.c: refactor drop_prefix() to use a "switch" statement"
From: Junio C Hamano <hidden> Date: 2022-08-04 21:16:22
Ævar Arnfjörð Bjarmason [off-list ref] writes:
This means that we'd in principle strip "git-foo" down to "foo" if
it's in CAT_guide. That doesn't make much sense, and we don't have
such an entry in command-list.txt, but let's preserve that behavior
for now.
That makes sense. I guess the previous round of this step tried to
say the same thing, but it didn't "click" to me. The updated text
does make sense.