]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-rebase.txt
docs: fix linting issues due to incorrect relative section order
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 9 Apr 2021 15:02:50 +0000 (17:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 Apr 2021 06:36:34 +0000 (23:36 -0700)
commit414abf159f9137ea9e4239f3c34d91310edc817d
treea4a56d24453fe6255b44af0fd98d3aa536c037cd
parentea8b9271b17e64502dc80981cf09cec42739dce7
docs: fix linting issues due to incorrect relative section order

Re-order the sections of a few manual pages to be consistent with the
entirety of the rest of our documentation. This allows us to remove
the just-added whitelist of "bad" order from
lint-man-section-order.perl.

I'm doing that this way around so that code will be easy to dig up if
we'll need it in the future. I've intentionally not added some other
sections such as EXAMPLES to the list of known sections.

If we were to add that we'd find some out of order. Perhaps we'll want
to order those consistently as well in the future, at which point
whitelisting some of them might become handy again.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cvsserver.txt
Documentation/git-grep.txt
Documentation/git-mktag.txt
Documentation/git-rebase.txt
Documentation/git-svn.txt
Documentation/lint-man-section-order.perl