File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ manpage-base-url.xsl: manpage-base-url.xsl.in
337
337
338
338
user-manual.xml : user-manual.txt user-manual.conf
339
339
$(QUIET_ASCIIDOC )$(RM ) $@ + $@ && \
340
- $(TXT_TO_XML ) -d article -o $@ + $< && \
340
+ $(TXT_TO_XML ) -d book -o $@ + $< && \
341
341
mv $@ + $@
342
342
343
343
technical/api-index.txt : technical/api-index-skel.txt \
Original file line number Diff line number Diff line change @@ -308,18 +308,15 @@ master or exposed as a part of a stable branch.
308
308
<10> create a signed tag.
309
309
<11> make sure master was not accidentally rewound beyond that
310
310
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++
323
320
+
324
321
<12> In the output from `git show-branch`, `master` should have
325
322
everything `ko/master` has, and `next` should have
Original file line number Diff line number Diff line change @@ -4395,6 +4395,10 @@ itself!
4395
4395
Git Glossary
4396
4396
============
4397
4397
4398
+ [[git-explained]]
4399
+ Git explained
4400
+ -------------
4401
+
4398
4402
include::glossary-content.txt[]
4399
4403
4400
4404
[[git-quick-start]]
@@ -4636,6 +4640,10 @@ $ git gc
4636
4640
Appendix B: Notes and todo list for this manual
4637
4641
===============================================
4638
4642
4643
+ [[todo-list]]
4644
+ Todo list
4645
+ ---------
4646
+
4639
4647
This is a work in progress.
4640
4648
4641
4649
The basic requirements:
You can’t perform that action at this time.
0 commit comments