Skip to content

Commit 09ac174

Browse files
author
Git for Windows Build Agent
committed
Merge pull request #93 from nalla/asciidoctor-fixes
Asciidoctor fixes Signed-off-by: Johannes Schindelin <[email protected]>
2 parents d7cb5b1 + 18abacd commit 09ac174

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Documentation/Makefile

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

338338
user-manual.xml: user-manual.txt user-manual.conf
339339
$(QUIET_ASCIIDOC)$(RM) $@+ $@ && \
340-
$(TXT_TO_XML) -d article -o $@+ $< && \
340+
$(TXT_TO_XML) -d book -o $@+ $< && \
341341
mv $@+ $@
342342

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

Documentation/giteveryday.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,16 @@ master or exposed as a part of a stable branch.
307307
<9> backport a critical fix.
308308
<10> create a signed tag.
309309
<11> make sure master was not accidentally rewound beyond that
310-
already pushed out. `ko` shorthand points at the Git maintainer's
310+
already pushed out.
311+
<12> In the output from `git show-branch`, `master` should have
312+
everything `ko/master` has, and `next` should have
313+
everything `ko/next` has, etc.
314+
<13> push out the bleeding edge, together with new tags that point
315+
into the pushed history.
316+
317+
In this example, the `ko` shorthand points at the Git maintainer's
311318
repository at kernel.org, and looks like this:
312-
+
319+
313320
------------
314321
(in .git/config)
315322
[remote "ko"]
@@ -320,12 +327,6 @@ repository at kernel.org, and looks like this:
320327
push = +refs/heads/pu
321328
push = refs/heads/maint
322329
------------
323-
+
324-
<12> In the output from `git show-branch`, `master` should have
325-
everything `ko/master` has, and `next` should have
326-
everything `ko/next` has, etc.
327-
<13> push out the bleeding edge, together with new tags that point
328-
into the pushed history.
329330

330331

331332
Repository Administration[[ADMINISTRATION]]

Documentation/user-manual.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4395,6 +4395,10 @@ itself!
43954395
Git Glossary
43964396
============
43974397

4398+
[[git-explained]]
4399+
Git explained
4400+
-------------
4401+
43984402
include::glossary-content.txt[]
43994403

44004404
[[git-quick-start]]
@@ -4636,6 +4640,10 @@ $ git gc
46364640
Appendix B: Notes and todo list for this manual
46374641
===============================================
46384642

4643+
[[todo-list]]
4644+
Todo list
4645+
---------
4646+
46394647
This is a work in progress.
46404648

46414649
The basic requirements:

0 commit comments

Comments
 (0)