Nguyễn Thái Ngọc Duy [off-list ref] writes:
The majority of commands is in alphabet order except some. Reorder
them so it's easier to locate a command by (my trained) eye.
Signed-off-by: Nguyễn Thái Ngọc Duy <redacted>
---
I originally wanted to put "stage" in alphabet order. It was near
"add" probably because it's an alias of "add". But the rest was in
alphabet order.. Then I wondered if there were any other out-of-order
commands...
A worthless OCD patch in a sense.
I did this myself the other day, as I think it simply is a good project
hygiene. If this were 1/2 of a series followed by 2/2 that runs binary
search in the table, that would make it make more sense ;-)
Will apply. I don't think there is anything in-flight to conflict with
it at this moment.