diff options
author | John Keeping <john@keeping.me.uk> | 2015-09-25 13:59:35 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-25 10:47:06 -0700 |
commit | be510e0105eaed87dca76fd71f13e22952640599 (patch) | |
tree | 69ae731496774d353897587e491dd6a1fcf440bb /Documentation/git-bisect-lk2009.txt | |
parent | 282616c72d1d08a77ca4fe1186cb708c38408d87 (diff) | |
download | git-be510e0105eaed87dca76fd71f13e22952640599.tar.gz |
Documentation: fix section header mark-upjk/asciidoctor-section-heading-markup-fix
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>
Diffstat (limited to 'Documentation/git-bisect-lk2009.txt')
-rw-r--r-- | Documentation/git-bisect-lk2009.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect-lk2009.txt b/Documentation/git-bisect-lk2009.txt index afeb86c6cd..78b10659c5 100644 --- a/Documentation/git-bisect-lk2009.txt +++ b/Documentation/git-bisect-lk2009.txt @@ -1321,7 +1321,7 @@ So git bisect is unconditional goodness - and feel free to quote that _____________ Acknowledgments ----------------- +--------------- 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 |