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].
Commit
e33181c12f90fefdbe2138c2da56f5466ed590c1e506581008e909d2c2810901
Parent
1b8cfdb01a876ad…
1 file changed
+7
-6
M
src/db.c
+7
-6
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4252,20 +4252,21 @@ | ||
| 4252 | 4252 | ** If true, then the Fossil web server will redirect unencrypted |
| 4253 | 4253 | ** login screen requests to HTTPS. |
| 4254 | 4254 | */ |
| 4255 | 4255 | /* |
| 4256 | 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. | |
| 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 | 4260 | ** |
| 4261 | -** Example: *.log customCode.c notes.txt | |
| 4261 | +** Example: *.log, customCode.c, notes.txt | |
| 4262 | 4262 | */ |
| 4263 | 4263 | /* |
| 4264 | 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. | |
| 4265 | +** The value is list of GLOB patterns, separated by spaces, | |
| 4266 | +** commas, or newlines, specifying files that the "clean" | |
| 4267 | +** command will keep. | |
| 4267 | 4268 | */ |
| 4268 | 4269 | /* |
| 4269 | 4270 | ** SETTING: localauth boolean default=off |
| 4270 | 4271 | ** If enabled, require that HTTP connections from the loopback |
| 4271 | 4272 | ** address (127.0.0.1) be authenticated by password. If false, |
| 4272 | 4273 |
| --- 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 |