From be510e0105eaed87dca76fd71f13e22952640599 Mon Sep 17 00:00:00 2001 From: John Keeping Date: Fri, 25 Sep 2015 13:59:35 +0100 Subject: 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 [jc: squashed in git-bisect one noticed by Michael J Gruber] Signed-off-by: Junio C Hamano --- Documentation/git-bisect-lk2009.txt | 2 +- Documentation/user-manual.txt | 2 +- 2 files changed, 2 insertions(+), 2 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 diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 46aa6bc1a6..c964a8b0d6 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -3424,7 +3424,7 @@ just missing one particular blob version. [[the-index]] The index ------------ +--------- 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 -- cgit v1.2.1