diff options
author | 마누엘 <nalla@hamal.uberspace.de> | 2017-01-02 17:03:57 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-13 19:30:16 +0100 |
commit | 03920ac69b62db6e95a7bb4914cf01d932421555 (patch) | |
tree | 6ecd2bcbc50b537deaff6d37066327e53503caeb /Documentation/user-manual.txt | |
parent | giteveryday: unbreak rendering with AsciiDoctor (diff) | |
download | git-03920ac69b62db6e95a7bb4914cf01d932421555.tar.xz git-03920ac69b62db6e95a7bb4914cf01d932421555.zip |
asciidoctor: fix user-manual to be built by `asciidoctor`
The `user-manual.txt` is designed as a `book` but the `Makefile` wants
to build it as an `article`. This seems to be a problem when building
the documentation with `asciidoctor`. Furthermore the parts *Git
Glossary* and *Appendix B* had no subsections which is not allowed when
building with `asciidoctor`. So lets add a *dummy* section.
Signed-off-by: 마누엘 <nalla@hamal.uberspace.de>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/user-manual.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 5e07454572..bc29298678 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -4395,6 +4395,10 @@ itself! Git Glossary ============ +[[git-explained]] +Git explained +------------- + include::glossary-content.txt[] [[git-quick-start]] @@ -4636,6 +4640,10 @@ $ git gc Appendix B: Notes and todo list for this manual =============================================== +[[todo-list]] +Todo list +--------- + This is a work in progress. The basic requirements: |