Fossil SCM
document new environment variable
Commit
ec93da33b58f49d8c27b28558c9920a14284fce6cf977129a765ca452ef0c685
Parent
32d86c59ab1d73e…
1 file changed
+7
-2
+7
-2
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -120,11 +120,11 @@ | ||
| 120 | 120 | |
| 121 | 121 | Environment Variables |
| 122 | 122 | --------------------- |
| 123 | 123 | |
| 124 | 124 | The location of the user's account-wide [configuration database][configdb] |
| 125 | -depends on the operating system and on the existence of various | |
| 125 | +depends on the operating system and on the existence of various | |
| 126 | 126 | environment variables and/or files. See the discussion of the |
| 127 | 127 | [configuration database location algorithm][configloc] for details. |
| 128 | 128 | |
| 129 | 129 | `EDITOR`: Name the editor to use for check-in and stash comments. |
| 130 | 130 | Overridden by the local or global `editor` setting or the `VISUAL` |
| @@ -153,10 +153,15 @@ | ||
| 153 | 153 | |
| 154 | 154 | `FOSSIL_REPOLIST_TITLE`: The page title of the "Repository List" page |
| 155 | 155 | loaded by the `fossil all ui` or `fossil ui /` commands. Only used if |
| 156 | 156 | none of the listed repositories has the `repolist_skin` property set. |
| 157 | 157 | Can be set from the [CGI control file][cgictlfile]. |
| 158 | + | |
| 159 | +`FOSSIL_REPOLIST_QUICKFILTER`: Enable or disable the quickfilter on | |
| 160 | +repository listings, which allows for simple filtering of the listed | |
| 161 | +repositories. | |
| 162 | +Can be set from the [CGI control file][cgictlfile]. | |
| 158 | 163 | |
| 159 | 164 | `FOSSIL_USE_SEE_TEXTKEY`: If set, treat the encryption key string for |
| 160 | 165 | SEE as text to be hashed into the actual encryption key. This has no |
| 161 | 166 | effect if Fossil was not compiled with SEE support enabled. |
| 162 | 167 | |
| @@ -407,11 +412,11 @@ | ||
| 407 | 412 | |
| 408 | 413 | |
| 409 | 414 | ### Configuration Database Location |
| 410 | 415 | |
| 411 | 416 | Fossil keeps some information pertinent to each user in the user's |
| 412 | -[configuration database file][configdb]. | |
| 417 | +[configuration database file][configdb]. | |
| 413 | 418 | The configuration database file includes the global settings |
| 414 | 419 | and the list of repositories and checkouts used by `fossil all`. |
| 415 | 420 | |
| 416 | 421 | The location of the configuration database file depends on the |
| 417 | 422 | operating system and on the existence of various environment |
| 418 | 423 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -120,11 +120,11 @@ | |
| 120 | |
| 121 | Environment Variables |
| 122 | --------------------- |
| 123 | |
| 124 | The location of the user's account-wide [configuration database][configdb] |
| 125 | depends on the operating system and on the existence of various |
| 126 | environment variables and/or files. See the discussion of the |
| 127 | [configuration database location algorithm][configloc] for details. |
| 128 | |
| 129 | `EDITOR`: Name the editor to use for check-in and stash comments. |
| 130 | Overridden by the local or global `editor` setting or the `VISUAL` |
| @@ -153,10 +153,15 @@ | |
| 153 | |
| 154 | `FOSSIL_REPOLIST_TITLE`: The page title of the "Repository List" page |
| 155 | loaded by the `fossil all ui` or `fossil ui /` commands. Only used if |
| 156 | none of the listed repositories has the `repolist_skin` property set. |
| 157 | Can be set from the [CGI control file][cgictlfile]. |
| 158 | |
| 159 | `FOSSIL_USE_SEE_TEXTKEY`: If set, treat the encryption key string for |
| 160 | SEE as text to be hashed into the actual encryption key. This has no |
| 161 | effect if Fossil was not compiled with SEE support enabled. |
| 162 | |
| @@ -407,11 +412,11 @@ | |
| 407 | |
| 408 | |
| 409 | ### Configuration Database Location |
| 410 | |
| 411 | Fossil keeps some information pertinent to each user in the user's |
| 412 | [configuration database file][configdb]. |
| 413 | The configuration database file includes the global settings |
| 414 | and the list of repositories and checkouts used by `fossil all`. |
| 415 | |
| 416 | The location of the configuration database file depends on the |
| 417 | operating system and on the existence of various environment |
| 418 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -120,11 +120,11 @@ | |
| 120 | |
| 121 | Environment Variables |
| 122 | --------------------- |
| 123 | |
| 124 | The location of the user's account-wide [configuration database][configdb] |
| 125 | depends on the operating system and on the existence of various |
| 126 | environment variables and/or files. See the discussion of the |
| 127 | [configuration database location algorithm][configloc] for details. |
| 128 | |
| 129 | `EDITOR`: Name the editor to use for check-in and stash comments. |
| 130 | Overridden by the local or global `editor` setting or the `VISUAL` |
| @@ -153,10 +153,15 @@ | |
| 153 | |
| 154 | `FOSSIL_REPOLIST_TITLE`: The page title of the "Repository List" page |
| 155 | loaded by the `fossil all ui` or `fossil ui /` commands. Only used if |
| 156 | none of the listed repositories has the `repolist_skin` property set. |
| 157 | Can be set from the [CGI control file][cgictlfile]. |
| 158 | |
| 159 | `FOSSIL_REPOLIST_QUICKFILTER`: Enable or disable the quickfilter on |
| 160 | repository listings, which allows for simple filtering of the listed |
| 161 | repositories. |
| 162 | Can be set from the [CGI control file][cgictlfile]. |
| 163 | |
| 164 | `FOSSIL_USE_SEE_TEXTKEY`: If set, treat the encryption key string for |
| 165 | SEE as text to be hashed into the actual encryption key. This has no |
| 166 | effect if Fossil was not compiled with SEE support enabled. |
| 167 | |
| @@ -407,11 +412,11 @@ | |
| 412 | |
| 413 | |
| 414 | ### Configuration Database Location |
| 415 | |
| 416 | Fossil keeps some information pertinent to each user in the user's |
| 417 | [configuration database file][configdb]. |
| 418 | The configuration database file includes the global settings |
| 419 | and the list of repositories and checkouts used by `fossil all`. |
| 420 | |
| 421 | The location of the configuration database file depends on the |
| 422 | operating system and on the existence of various environment |
| 423 |