]> git.ipfire.org Git - thirdparty/git.git/commit
docs: sort configuration variable groupings alphabetically
authorEric Sunshine <sunshine@sunshineco.com>
Thu, 29 Feb 2024 19:02:29 +0000 (14:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 29 Feb 2024 19:53:29 +0000 (11:53 -0800)
commit5f78d52dce5a35ffaaabd44ac011e0eb8107e37b
tree82143a94a7ea87dc1119c91421c31086c06c7894
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0
docs: sort configuration variable groupings alphabetically

By and large, variable groupings in Documentation/config.txt are sorted
alphabetically, though a few are not. Those outliers make it more
difficult to find a specific grouping when quickly running an eye over
the list to locate a variable of interest. Address this shortcoming by
sorting the groupings alphabetically.

NOTE: This change only sorts the top-level groupings (i.e. "core.*"
comes after "completion.*"); it does not touch the ordering of variables
within each group since variables within individual groups might
intentionally be ordered in some other fashion (such as
most-common-first or most-important-first).

Reported-by: Bruno Haible <bruno@clisp.org>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt