Fossil SCM

Add --case-sensitive and --nocgi to the output of 'fossil help -o', and --cgitrace to the webpage for global options.

danield 2022-02-01 22:03 trunk
Commit 54cdf297fde6a2756190f33530741f3f50241e56f356f905c0055b31ea938972
+3 -1
--- src/dispatch.c
+++ src/dispatch.c
@@ -1008,18 +1008,20 @@
10081008
/* @-comment: # */
10091009
static const char zOptions[] =
10101010
@ Command-line options common to all commands:
10111011
@
10121012
@ --args FILENAME Read additional arguments and options from FILENAME
1013
+@ --case-sensitive BOOL Set case sensitivity for file names
10131014
@ --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
10151016
@ --comfmtflags VALUE Set comment formatting flags to VALUE
10161017
@ --comment-format VALUE Alias for --comfmtflags
10171018
@ --errorlog FILENAME Log errors to FILENAME
10181019
@ --help Show help on the command rather than running it
10191020
@ --httptrace Trace outbound HTTP requests
10201021
@ --localtime Display times using the local timezone
1022
+@ --nocgi Do not act as GCI
10211023
@ --no-th-hook Do not run TH1 hooks
10221024
@ --quiet Reduce the amount of output
10231025
@ --sqlstats Show SQL usage statistics when done
10241026
@ --sqltrace Trace all SQL commands
10251027
@ --sshtrace Trace SSH activity
10261028
--- 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
--- www/env-opts.md
+++ www/env-opts.md
@@ -26,10 +26,12 @@
2626
file names: insensitive on Windows, sensitive on Unix. There are
2727
probably odd interactions possible if you mix case sensitive and case
2828
insensitive file systems on any single platform. This option or the
2929
global setting should be used to force the case sensitivity to the
3030
most sensible condition.
31
+
32
+`--cgitrace`: Active CGI tracing.
3133
3234
`--chdir DIRECTORY`: Change to the named directory before processing
3335
any commands.
3436
3537
3638
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button