Fossil SCM
Document the --errorlog command-line option to "fossil ui".
Commit
1e64c2c10bd031a61ae5079037d6298a0b076afc431709bfe6a80092f2f8ce90
Parent
ebe81aa11c167cd…
1 file changed
+1
+1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -3092,10 +3092,11 @@ | ||
| 3092 | 3092 | ** fullchain.pem) taken from FILE. |
| 3093 | 3093 | ** --chroot DIR Use directory for chroot instead of repository path |
| 3094 | 3094 | ** --ckout-alias NAME Treat URIs of the form /doc/NAME/... as if they were |
| 3095 | 3095 | ** /doc/ckout/... |
| 3096 | 3096 | ** --create Create a new REPOSITORY if it does not already exist |
| 3097 | +** --errorlog FILE Append HTTP error messages to FILE | |
| 3097 | 3098 | ** --extroot DIR Document root for the /ext extension mechanism |
| 3098 | 3099 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 3099 | 3100 | ** --fossilcmd PATH Full pathname of the "fossil" executable on the remote |
| 3100 | 3101 | ** system when REPOSITORY is remote. Default: "fossil" |
| 3101 | 3102 | ** --localauth Enable automatic login for requests from localhost |
| 3102 | 3103 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3092,10 +3092,11 @@ | |
| 3092 | ** fullchain.pem) taken from FILE. |
| 3093 | ** --chroot DIR Use directory for chroot instead of repository path |
| 3094 | ** --ckout-alias NAME Treat URIs of the form /doc/NAME/... as if they were |
| 3095 | ** /doc/ckout/... |
| 3096 | ** --create Create a new REPOSITORY if it does not already exist |
| 3097 | ** --extroot DIR Document root for the /ext extension mechanism |
| 3098 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 3099 | ** --fossilcmd PATH Full pathname of the "fossil" executable on the remote |
| 3100 | ** system when REPOSITORY is remote. Default: "fossil" |
| 3101 | ** --localauth Enable automatic login for requests from localhost |
| 3102 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -3092,10 +3092,11 @@ | |
| 3092 | ** fullchain.pem) taken from FILE. |
| 3093 | ** --chroot DIR Use directory for chroot instead of repository path |
| 3094 | ** --ckout-alias NAME Treat URIs of the form /doc/NAME/... as if they were |
| 3095 | ** /doc/ckout/... |
| 3096 | ** --create Create a new REPOSITORY if it does not already exist |
| 3097 | ** --errorlog FILE Append HTTP error messages to FILE |
| 3098 | ** --extroot DIR Document root for the /ext extension mechanism |
| 3099 | ** --files GLOBLIST Comma-separated list of glob patterns for static files |
| 3100 | ** --fossilcmd PATH Full pathname of the "fossil" executable on the remote |
| 3101 | ** system when REPOSITORY is remote. Default: "fossil" |
| 3102 | ** --localauth Enable automatic login for requests from localhost |
| 3103 |