Skip to content

Commit b0e7bd7

Browse files
committed
Merge pull request #93 from nalla/asciidoctor-fixes
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 62278b3 + 5713fdc commit b0e7bd7

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
335335

336336
user-manual.xml: user-manual.txt user-manual.conf
337337
$(QUIET_ASCIIDOC)$(RM) $@.new $@ && \
338-
$(TXT_TO_XML) -d article -o $@.new $< && \
338+
$(TXT_TO_XML) -d book -o $@.new $< && \
339339
mv $@.new $@
340340

341341
technical/api-index.txt: technical/api-index-skel.txt \

Documentation/giteveryday.txt

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -308,18 +308,15 @@ master or exposed as a part of a stable branch.
308308
<10> create a signed tag.
309309
<11> make sure master was not accidentally rewound beyond that
310310
already pushed out. `ko` shorthand points at the Git maintainer's
311-
repository at kernel.org, and looks like this:
312-
+
313-
------------
314-
(in .git/config)
315-
[remote "ko"]
316-
url = kernel.org:/pub/scm/git/git.git
317-
fetch = refs/heads/*:refs/remotes/ko/*
318-
push = refs/heads/master
319-
push = refs/heads/next
320-
push = +refs/heads/pu
321-
push = refs/heads/maint
322-
------------
311+
repository at kernel.org, and looks like this: +
312+
++(in .git/config) +
313+
{startsb}remote "ko"{endsb} +
314+
{nbsp}{nbsp}{nbsp}{nbsp}url = kernel.org:/pub/scm/git/git.git +
315+
{nbsp}{nbsp}{nbsp}{nbsp}fetch = refs/heads/\*:refs/remotes/ko/* +
316+
{nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/master +
317+
{nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/next +
318+
{nbsp}{nbsp}{nbsp}{nbsp}push = +refs/heads/pu +
319+
{nbsp}{nbsp}{nbsp}{nbsp}push = refs/heads/maint++
323320
+
324321
<12> In the output from `git show-branch`, `master` should have
325322
everything `ko/master` has, and `next` should have

Documentation/user-manual.txt

Lines changed: 9 additions & 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
@@ -4366,6 +4366,10 @@ itself!
43664366
Git Glossary
43674367
============
43684368

4369+
[[git-explained]]
4370+
Git explained
4371+
-------------
4372+
43694373
include::glossary-content.txt[]
43704374

43714375
[[git-quick-start]]
@@ -4607,6 +4611,10 @@ $ git gc
46074611
Appendix B: Notes and todo list for this manual
46084612
===============================================
46094613

4614+
[[todo-list]]
4615+
Todo list
4616+
---------
4617+
46104618
This is a work in progress.
46114619

46124620
The basic requirements:

0 commit comments

Comments
 (0)