Documentation: fix section header mark-up
Asciidoctor is stricter than AsciiDoc when deciding if underlining is a section title or the start of preformatted text. Make the length of the underlining match the text to ensure that it renders correctly in all implementations. Signed-off-by: John Keeping <john@keeping.me.uk> [jc: squashed in git-bisect one noticed by Michael J Gruber] Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
282616c72d
commit
be510e0105
@ -1321,7 +1321,7 @@ So git bisect is unconditional goodness - and feel free to quote that
|
|||||||
_____________
|
_____________
|
||||||
|
|
||||||
Acknowledgments
|
Acknowledgments
|
||||||
----------------
|
---------------
|
||||||
|
|
||||||
Many thanks to Junio Hamano for his help in reviewing this paper, for
|
Many thanks to Junio Hamano for his help in reviewing this paper, for
|
||||||
reviewing the patches I sent to the Git mailing list, for discussing
|
reviewing the patches I sent to the Git mailing list, for discussing
|
||||||
|
@ -3424,7 +3424,7 @@ just missing one particular blob version.
|
|||||||
|
|
||||||
[[the-index]]
|
[[the-index]]
|
||||||
The index
|
The index
|
||||||
-----------
|
---------
|
||||||
|
|
||||||
The index is a binary file (generally kept in `.git/index`) containing a
|
The index is a binary file (generally kept in `.git/index`) containing a
|
||||||
sorted list of path names, each with permissions and the SHA-1 of a blob
|
sorted list of path names, each with permissions and the SHA-1 of a blob
|
||||||
|
Loading…
Reference in New Issue
Block a user