Fossil SCM

Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer.

wyoung 2024-02-04 03:58 trunk
Commit 221cf52bf516560ee9d118a4c3545f0e8208d3ec09d91ea274a98e835e0dea93
1 file changed +1 -1
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -18,11 +18,11 @@
1818
3. Back on your workstation, move to a checkout for your Fossil
1919
project and type:
2020
2121
<blockquote>
2222
<pre>
23
- $ fossil git export /path/to/git/repo --autopush \
23
+ $ fossil git export /path/to/git/repo --autopush &bsol;
2424
https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git
2525
</pre>
2626
</blockquote>
2727
2828
In place of the <code>/path/to...</code> argument above, put in
2929
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -18,11 +18,11 @@
18 3. Back on your workstation, move to a checkout for your Fossil
19 project and type:
20
21 <blockquote>
22 <pre>
23 $ fossil git export /path/to/git/repo --autopush \
24 https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git
25 </pre>
26 </blockquote>
27
28 In place of the <code>/path/to...</code> argument above, put in
29
--- www/mirrortogithub.md
+++ www/mirrortogithub.md
@@ -18,11 +18,11 @@
18 3. Back on your workstation, move to a checkout for your Fossil
19 project and type:
20
21 <blockquote>
22 <pre>
23 $ fossil git export /path/to/git/repo --autopush &bsol;
24 https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git
25 </pre>
26 </blockquote>
27
28 In place of the <code>/path/to...</code> argument above, put in
29

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button