Differences From Artifact [b4872ad263]:
- File src/clone.c — part of check-in [f978fcdce1] at 2020-11-01 20:37:44 on branch trunk — Factor out the logic that tries to deduce an appropriate repository name from a remote URL and put it in the url_to_repo_basename() routine of url.c. (user: drh size: 13432)
To Artifact [7ddfe01c00]:
- File src/clone.c — part of check-in [ef5424b683] at 2020-11-05 23:15:41 on branch default-css-cleanups — Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. (user: wyoung size: 13451)
| ︙ | |||
404 405 406 407 408 409 410 | 404 405 406 407 408 409 410 411 412 | - + |
}else{
const char *zNm = db_get("short-project-name","clone");
@ <p>Clone the repository using this command:
@ <blockquote><pre>
@ fossil clone %s(g.zBaseURL) %h(zNm).fossil
@ </pre></blockquote>
}
|