Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Completed rough draft pass through all the global command line options. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | ross-doc-env |
Files: | files | file ages | folders |
SHA1: |
95bd81f85e85077f041d62d6cc2a5bfb |
User & Date: | rberteig 2016-02-29 08:01:57.715 |
Context
2016-02-29
| ||
19:03 | Improve description of the '--no-th-hook' command line argument. ... (check-in: a56f2089 user: mistachkin tags: ross-doc-env) | |
08:01 | Completed rough draft pass through all the global command line options. ... (check-in: 95bd81f8 user: rberteig tags: ross-doc-env) | |
01:16 | Minor correction for FOSSIL_TCL_PATH. ... (check-in: afe7b547 user: mistachkin tags: ross-doc-env) | |
Changes
Changes to www/env-opts.md.
︙ | ︙ | |||
25 26 27 28 29 30 31 | can override the native preferences of the platform for case sensitive file names: insensitive on Windows, sensitive on Unix. There are probably odd interactions possible if you mix case sensitive and case insensitive file systems on any single platform. This option or the global setting should be used to force the case sensitivity to the most sensible condition. | | > > > > > > > > > | | > > | | > | | > | > > | > | | > | | > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | can override the native preferences of the platform for case sensitive file names: insensitive on Windows, sensitive on Unix. There are probably odd interactions possible if you mix case sensitive and case insensitive file systems on any single platform. This option or the global setting should be used to force the case sensitivity to the most sensible condition. `--chdir DIRECTORY`: Change to the named directory before processing any commands. `--comfmtflags NUMBER`: Specify flags that control how check-in comments and certain other text outputs are formatted for display. The flags are individual bits in `NUMBER`: 0 no special formatting 1 legacy algorithm (default) 2 trim leading CR and LF 4 trim leading and trailing spaces 8 word break 16 line break before comment `--errorlog ERRLOG`: Name a file to which fossil will log panics, errors, and warnings. `--help`: If `--help` is found anywhere on the command line, translate the command to `fossil help cmdname` where `cmdname` is the first argument that does not begin with a `-` character. If all arguments start with `-`, translate to `fossil help argv[1] argv[2]...`. `--httptrace`: (Sets `g.fHttpTrace`.) Trace outbound HTTP requests. `--localtime`: Override the `timeline-utc` option to explicitly use local time. `--nocgi`: Prevent fossil from acting as a CGI by default even if the `GATEWAY_INTERFACE` environment variable is set. `--no-th-hook`: (Sets `g.fNoThHook`.) `--quiet`: (Sets `g.fQuiet`.) Cause fossil to suppress various messages and progress indicators that would otherwise be printed. `--sqltrace`: (Sets `g.SqlTrace`.) Implies `--sqlstats`. Trace certain SQLite database activity, especially showing every SQL query processed. `--sqlstats`: (Sets `g.fSqlStats`.) Print a number of performance statistics about each SQLite database used when it is closed. `--sshtrace`: (Sets `g.fSshTrace`.) `--ssl-identity SSLIDENTITY`: `--systemtrace`: (Sets `g.fSystemTrace`.) Trace all commands launched as sub processes. `--user LOGIN`: Also `-U LOGIN`. Set the user name. `--utc`: Override the `timeline-utc` option to explicitly use UTC time. `--vfs VFSNAME`: Load the named VFS into SQLite. Environment Variables --------------------- |
︙ | ︙ |