config.txt: reorder blame stuff to keep config keys sorted
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 4 Aug 2018 06:25:00 +0000 (08:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Aug 2018 15:54:58 +0000 (08:54 -0700)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found