diff options
author | Denton Liu <liu.denton@gmail.com> | 2020-03-21 05:21:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-24 14:48:15 -0700 |
commit | 805d9eaf5eab0edc3567d9e19e74a3f9168e764a (patch) | |
tree | 537decf559eb84dba02d8d43b944e8197c7781c2 /copy.c | |
parent | Git 2.26 (diff) | |
download | tgif-805d9eaf5eab0edc3567d9e19e74a3f9168e764a.tar.xz |
Makefile: ASCII-sort += lists
There are many += lists in the Makefile and, over time, they have gotten
slightly out of ASCII order. Sort all += lists to bring them back in
order.
ASCII sorting was chosen over strict alphabetical order even though, if
we omit file prefixes, the lists aren't sorted in strictly alphabetical
order (e.g. archive.o comes after archive-zip.o instead of before
archive-tar.o). This is intentional because the purpose of maintaining
the sorted list is to ensure line insertions are deterministic. By using
ASCII ordering, it is more easily mechanically reproducible in the
future, such as by using :sort in Vim.
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>
Diffstat (limited to 'copy.c')
0 files changed, 0 insertions, 0 deletions