Fossil SCM
Add --case-sensitive and --nocgi to the output of 'fossil help -o', and --cgitrace to the webpage for global options.
Commit
54cdf297fde6a2756190f33530741f3f50241e56f356f905c0055b31ea938972
Parent
4bb209045483671…
2 files changed
+3
-1
+2
+3
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1008,18 +1008,20 @@ | ||
| 1008 | 1008 | /* @-comment: # */ |
| 1009 | 1009 | static const char zOptions[] = |
| 1010 | 1010 | @ Command-line options common to all commands: |
| 1011 | 1011 | @ |
| 1012 | 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | +@ --case-sensitive BOOL Set case sensitivity for file names | |
| 1013 | 1014 | @ --cgitrace Active CGI tracing |
| 1014 | -@ --chdir PATH Change to PATH before to perform any operations | |
| 1015 | +@ --chdir PATH Change to PATH before performing any operations | |
| 1015 | 1016 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1016 | 1017 | @ --comment-format VALUE Alias for --comfmtflags |
| 1017 | 1018 | @ --errorlog FILENAME Log errors to FILENAME |
| 1018 | 1019 | @ --help Show help on the command rather than running it |
| 1019 | 1020 | @ --httptrace Trace outbound HTTP requests |
| 1020 | 1021 | @ --localtime Display times using the local timezone |
| 1022 | +@ --nocgi Do not act as GCI | |
| 1021 | 1023 | @ --no-th-hook Do not run TH1 hooks |
| 1022 | 1024 | @ --quiet Reduce the amount of output |
| 1023 | 1025 | @ --sqlstats Show SQL usage statistics when done |
| 1024 | 1026 | @ --sqltrace Trace all SQL commands |
| 1025 | 1027 | @ --sshtrace Trace SSH activity |
| 1026 | 1028 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1008,18 +1008,20 @@ | |
| 1008 | /* @-comment: # */ |
| 1009 | static const char zOptions[] = |
| 1010 | @ Command-line options common to all commands: |
| 1011 | @ |
| 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | @ --cgitrace Active CGI tracing |
| 1014 | @ --chdir PATH Change to PATH before to perform any operations |
| 1015 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1016 | @ --comment-format VALUE Alias for --comfmtflags |
| 1017 | @ --errorlog FILENAME Log errors to FILENAME |
| 1018 | @ --help Show help on the command rather than running it |
| 1019 | @ --httptrace Trace outbound HTTP requests |
| 1020 | @ --localtime Display times using the local timezone |
| 1021 | @ --no-th-hook Do not run TH1 hooks |
| 1022 | @ --quiet Reduce the amount of output |
| 1023 | @ --sqlstats Show SQL usage statistics when done |
| 1024 | @ --sqltrace Trace all SQL commands |
| 1025 | @ --sshtrace Trace SSH activity |
| 1026 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1008,18 +1008,20 @@ | |
| 1008 | /* @-comment: # */ |
| 1009 | static const char zOptions[] = |
| 1010 | @ Command-line options common to all commands: |
| 1011 | @ |
| 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | @ --case-sensitive BOOL Set case sensitivity for file names |
| 1014 | @ --cgitrace Active CGI tracing |
| 1015 | @ --chdir PATH Change to PATH before performing any operations |
| 1016 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1017 | @ --comment-format VALUE Alias for --comfmtflags |
| 1018 | @ --errorlog FILENAME Log errors to FILENAME |
| 1019 | @ --help Show help on the command rather than running it |
| 1020 | @ --httptrace Trace outbound HTTP requests |
| 1021 | @ --localtime Display times using the local timezone |
| 1022 | @ --nocgi Do not act as GCI |
| 1023 | @ --no-th-hook Do not run TH1 hooks |
| 1024 | @ --quiet Reduce the amount of output |
| 1025 | @ --sqlstats Show SQL usage statistics when done |
| 1026 | @ --sqltrace Trace all SQL commands |
| 1027 | @ --sshtrace Trace SSH activity |
| 1028 |
+2
| --- www/env-opts.md | ||
| +++ www/env-opts.md | ||
| @@ -26,10 +26,12 @@ | ||
| 26 | 26 | file names: insensitive on Windows, sensitive on Unix. There are |
| 27 | 27 | probably odd interactions possible if you mix case sensitive and case |
| 28 | 28 | insensitive file systems on any single platform. This option or the |
| 29 | 29 | global setting should be used to force the case sensitivity to the |
| 30 | 30 | most sensible condition. |
| 31 | + | |
| 32 | +`--cgitrace`: Active CGI tracing. | |
| 31 | 33 | |
| 32 | 34 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 33 | 35 | any commands. |
| 34 | 36 | |
| 35 | 37 | |
| 36 | 38 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -26,10 +26,12 @@ | |
| 26 | file names: insensitive on Windows, sensitive on Unix. There are |
| 27 | probably odd interactions possible if you mix case sensitive and case |
| 28 | insensitive file systems on any single platform. This option or the |
| 29 | global setting should be used to force the case sensitivity to the |
| 30 | most sensible condition. |
| 31 | |
| 32 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 33 | any commands. |
| 34 | |
| 35 | |
| 36 |
| --- www/env-opts.md | |
| +++ www/env-opts.md | |
| @@ -26,10 +26,12 @@ | |
| 26 | file names: insensitive on Windows, sensitive on Unix. There are |
| 27 | probably odd interactions possible if you mix case sensitive and case |
| 28 | insensitive file systems on any single platform. This option or the |
| 29 | global setting should be used to force the case sensitivity to the |
| 30 | most sensible condition. |
| 31 | |
| 32 | `--cgitrace`: Active CGI tracing. |
| 33 | |
| 34 | `--chdir DIRECTORY`: Change to the named directory before processing |
| 35 | any commands. |
| 36 | |
| 37 | |
| 38 |