Skip to content

Commit 69ad100

Browse files
committed
fixup! asciidoctor: Fix giteveryday.txt to be built with asciidoctor.
1 parent 395ee78 commit 69ad100

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

Documentation/giteveryday.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -308,15 +308,18 @@ 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-
++(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++
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+
------------
320323
+
321324
<12> In the output from `git show-branch`, `master` should have
322325
everything `ko/master` has, and `next` should have

0 commit comments

Comments
 (0)