]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: ASCII-sort += lists
authorDenton Liu <liu.denton@gmail.com>
Thu, 8 Oct 2020 07:39:26 +0000 (00:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Oct 2020 17:38:51 +0000 (10:38 -0700)
commit8474f2658156157476e84e8b0ad2b8dcd6354f39
treecf6d4e5b6606f812d73dc41ed52f2de6daf57745
parentd98273ba77e1ab9ec755576bc86c716a97bf59d7
Makefile: ASCII-sort += lists

In 805d9eaf5e (Makefile: ASCII-sort += lists, 2020-03-21), the += lists
in the Makefile were sorted into ASCII order. Since then, more out of
order elements have been introduced.  Sort these lists back into ASCII
order.

This patch is best viewed with `--color-moved`.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile