Fossil

Check-in [221cf52b]
Login

Check-in [221cf52b]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment: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.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 221cf52bf516560ee9d118a4c3545f0e8208d3ec09d91ea274a98e835e0dea93
User & Date: wyoung 2024-02-04 03:58:50
Context
2024-02-04
10:06
www/newrepo.wiki: remove user@machine references to reduce the noise level. Minor content touchups. ... (check-in: dc0e0543 user: stephan tags: trunk)
03:59
Merged backslash fix in from trunk ... (check-in: d9debe90 user: wyoung tags: inskinerator-modern-backport)
03:58
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. ... (check-in: 221cf52b user: wyoung tags: trunk)
2024-02-03
20:32
In the /timeline, automatically highlight the from= and to= selections. ... (check-in: bb3de39f user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to www/mirrortogithub.md.

16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
                https://github.com/username/project.git

3.  Back on your workstation, move to a checkout for your Fossil
    project and type:

    <blockquote>
    <pre>
      $ fossil git export /path/to/git/repo --autopush \
        https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git
    </pre>
    </blockquote>

    In place of the <code>/path/to...</code> argument above, put in
    some directory name that is <i>outside</i> of your Fossil checkout. If
    you keep multiple Fossil checkouts in a directory of their own,







|







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
                https://github.com/username/project.git

3.  Back on your workstation, move to a checkout for your Fossil
    project and type:

    <blockquote>
    <pre>
      $ fossil git export /path/to/git/repo --autopush &bsol;
        https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git
    </pre>
    </blockquote>

    In place of the <code>/path/to...</code> argument above, put in
    some directory name that is <i>outside</i> of your Fossil checkout. If
    you keep multiple Fossil checkouts in a directory of their own,