Skip to content

Commit be510e0

Browse files
johnkeepinggitster
authored andcommitted
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 <[email protected]> [jc: squashed in git-bisect one noticed by Michael J Gruber] Signed-off-by: Junio C Hamano <[email protected]>
1 parent 282616c commit be510e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-bisect-lk2009.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ So git bisect is unconditional goodness - and feel free to quote that
13211321
_____________
13221322

13231323
Acknowledgments
1324-
----------------
1324+
---------------
13251325

13261326
Many thanks to Junio Hamano for his help in reviewing this paper, for
13271327
reviewing the patches I sent to the Git mailing list, for discussing

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3424,7 +3424,7 @@ just missing one particular blob version.
34243424

34253425
[[the-index]]
34263426
The index
3427-
-----------
3427+
---------
34283428

34293429
The index is a binary file (generally kept in `.git/index`) containing a
34303430
sorted list of path names, each with permissions and the SHA-1 of a blob

0 commit comments

Comments
 (0)