Fossil SCM

Updated the ignore-glob and keep-glob docs so that the example glob conforms to the documention. Reported in [forum:16c422dac445449a | forum post 16c422dac445449a].

stephan 2022-07-13 15:06 trunk
Commit e33181c12f90fefdbe2138c2da56f5466ed590c1e506581008e909d2c2810901
1 file changed +7 -6
+7 -6
--- src/db.c
+++ src/db.c
@@ -4252,20 +4252,21 @@
42524252
** If true, then the Fossil web server will redirect unencrypted
42534253
** login screen requests to HTTPS.
42544254
*/
42554255
/*
42564256
** SETTING: ignore-glob width=40 versionable block-text
4257
-** The value is a comma or newline-separated list of GLOB
4258
-** patterns specifying files that the "add", "addremove",
4259
-** "clean", and "extras" commands will ignore.
4257
+** The value is a list of GLOB patterns, separated by spaces,
4258
+** commas, or newlines, specifying files that the "add",
4259
+** "addremove", "clean", and "extras" commands will ignore.
42604260
**
4261
-** Example: *.log customCode.c notes.txt
4261
+** Example: *.log, customCode.c, notes.txt
42624262
*/
42634263
/*
42644264
** SETTING: keep-glob width=40 versionable block-text
4265
-** The value is a comma or newline-separated list of GLOB
4266
-** patterns specifying files that the "clean" command will keep.
4265
+** The value is list of GLOB patterns, separated by spaces,
4266
+** commas, or newlines, specifying files that the "clean"
4267
+** command will keep.
42674268
*/
42684269
/*
42694270
** SETTING: localauth boolean default=off
42704271
** If enabled, require that HTTP connections from the loopback
42714272
** address (127.0.0.1) be authenticated by password. If false,
42724273
--- src/db.c
+++ src/db.c
@@ -4252,20 +4252,21 @@
4252 ** If true, then the Fossil web server will redirect unencrypted
4253 ** login screen requests to HTTPS.
4254 */
4255 /*
4256 ** SETTING: ignore-glob width=40 versionable block-text
4257 ** The value is a comma or newline-separated list of GLOB
4258 ** patterns specifying files that the "add", "addremove",
4259 ** "clean", and "extras" commands will ignore.
4260 **
4261 ** Example: *.log customCode.c notes.txt
4262 */
4263 /*
4264 ** SETTING: keep-glob width=40 versionable block-text
4265 ** The value is a comma or newline-separated list of GLOB
4266 ** patterns specifying files that the "clean" command will keep.
 
4267 */
4268 /*
4269 ** SETTING: localauth boolean default=off
4270 ** If enabled, require that HTTP connections from the loopback
4271 ** address (127.0.0.1) be authenticated by password. If false,
4272
--- src/db.c
+++ src/db.c
@@ -4252,20 +4252,21 @@
4252 ** If true, then the Fossil web server will redirect unencrypted
4253 ** login screen requests to HTTPS.
4254 */
4255 /*
4256 ** SETTING: ignore-glob width=40 versionable block-text
4257 ** The value is a list of GLOB patterns, separated by spaces,
4258 ** commas, or newlines, specifying files that the "add",
4259 ** "addremove", "clean", and "extras" commands will ignore.
4260 **
4261 ** Example: *.log, customCode.c, notes.txt
4262 */
4263 /*
4264 ** SETTING: keep-glob width=40 versionable block-text
4265 ** The value is list of GLOB patterns, separated by spaces,
4266 ** commas, or newlines, specifying files that the "clean"
4267 ** command will keep.
4268 */
4269 /*
4270 ** SETTING: localauth boolean default=off
4271 ** If enabled, require that HTTP connections from the loopback
4272 ** address (127.0.0.1) be authenticated by password. If false,
4273

Keyboard Shortcuts

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