On Mon, Aug 6, 2018 at 7:59 AM Stefan Beller <[email protected]> wrote:
>
> On Fri, Aug 3, 2018 at 11:25 PM Nguyễn Thái Ngọc Duy <[email protected]>
> wrote:
> >
> > The color group in config.txt is actually sorted but changes in
> > sb/blame-color broke this. Reorder color.blame.* and move
> > blame.coloring back to the rest of blame.* (and reorder that group too
> > while we're there)
> >
> > Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
>
> FWIW:
> Acked-by: Stefan Beller <[email protected]>
>
> Are there more hidden sorts in the config.txt that I am not aware of?
I think it's "mostly sorted" now. It's easier to see when you do
git grep '::$' Documentation/config.txt
--
Duy