Skip to content

Commit 0741e47

Browse files
nalladscho
authored andcommitted
asciidoctor: Fix giteveryday.txt to be built with asciidoctor.
When building the `doc` with `asciidoctor`, `asciidoctor` complains about a nested code block in a callout list. This is a really dirty solution to restore the callout list to function properly. There is a minimal visual sideeffect; the *immitated* codeblock has no overall greyish background. Instead the individual lines have it. Note: When building this patch with `asciidoc` the background is totally gone but the font is still monospaced. Signed-off-by: nalla <[email protected]>
1 parent 856dc38 commit 0741e47

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

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

0 commit comments

Comments
 (0)