]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation/gitpacking: make sample configs listing blocks
authorMartin Ågren <martin.agren@gmail.com>
Wed, 17 Jul 2024 10:54:28 +0000 (12:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Jul 2024 15:48:30 +0000 (08:48 -0700)
commitdf8b05672c08ace3db9da80fb2d7cab559fa9a5e
tree32452b27ba181f9a5b50e33606d855d4c247cd0a
parenta83e21de6b7630c1cdf3298d68b120dd9eaecd0f
Documentation/gitpacking: make sample configs listing blocks

This document contains a few sample config snippets. At least with
Asciidoctor, the section headers are rendered *more* indented than the
variables that follow:

       [bitmapPseudoMerge "all"]
    pattern = "refs/"
    ...

To address this, wrap these listings in AsciiDoc listing blocks. Remove
the indentation from the section headings. This is similar to how we
handle such sample config elsewhere, e.g., in config.txt.

While we're here, fix the nearby "wiht" typo.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitpacking.txt