Fossil SCM
Update help text for the ignore-glob setting.
Commit
dcb5df51d9c1d45cacd2ab6abe5fefb9c0acab11
Parent
155acff4812e65c…
1 file changed
+3
-2
M
src/db.c
+3
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2245,12 +2245,13 @@ | ||
| 2245 | 2245 | ** |
| 2246 | 2246 | ** https-login Send login credentials using HTTPS instead of HTTP |
| 2247 | 2247 | ** even if the login page request came via HTTP. |
| 2248 | 2248 | ** |
| 2249 | 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | -** (versionable) patterns specifying files that the "clean" and "extra" | |
| 2251 | -** commands will ignore. Example: *.o,*.obj,*.exe | |
| 2250 | +** (versionable) patterns specifying files that the "add", "addremove", | |
| 2251 | +** "clean", and "extra" commands will ignore. | |
| 2252 | +** Example: customCode.c notes.txt | |
| 2252 | 2253 | ** |
| 2253 | 2254 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2254 | 2255 | ** (versionable) patterns specifying files that the "clean" command will |
| 2255 | 2256 | ** keep. Example: *.log |
| 2256 | 2257 | ** |
| 2257 | 2258 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2245,12 +2245,13 @@ | |
| 2245 | ** |
| 2246 | ** https-login Send login credentials using HTTPS instead of HTTP |
| 2247 | ** even if the login page request came via HTTP. |
| 2248 | ** |
| 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | ** (versionable) patterns specifying files that the "clean" and "extra" |
| 2251 | ** commands will ignore. Example: *.o,*.obj,*.exe |
| 2252 | ** |
| 2253 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2254 | ** (versionable) patterns specifying files that the "clean" command will |
| 2255 | ** keep. Example: *.log |
| 2256 | ** |
| 2257 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2245,12 +2245,13 @@ | |
| 2245 | ** |
| 2246 | ** https-login Send login credentials using HTTPS instead of HTTP |
| 2247 | ** even if the login page request came via HTTP. |
| 2248 | ** |
| 2249 | ** ignore-glob The VALUE is a comma or newline-separated list of GLOB |
| 2250 | ** (versionable) patterns specifying files that the "add", "addremove", |
| 2251 | ** "clean", and "extra" commands will ignore. |
| 2252 | ** Example: customCode.c notes.txt |
| 2253 | ** |
| 2254 | ** keep-glob The VALUE is a comma or newline-separated list of GLOB |
| 2255 | ** (versionable) patterns specifying files that the "clean" command will |
| 2256 | ** keep. Example: *.log |
| 2257 | ** |
| 2258 |