Fossil SCM
Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044]
Commit
78d714e984dbeaf02af4115bb31290ed92bf1a55
Parent
41d9de6e14bd377…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2198,11 +2198,11 @@ | ||
| 2198 | 2198 | ** binary-glob The VALUE is a comma or newline-separated list of |
| 2199 | 2199 | ** (versionable) GLOB patterns that should be treated as binary files |
| 2200 | 2200 | ** for committing and merging purposes. Example: *.jpg |
| 2201 | 2201 | ** |
| 2202 | 2202 | ** case-sensitive If TRUE, the files whose names differ only in case |
| 2203 | -** care considered distinct. If FALSE files whose names | |
| 2203 | +** are considered distinct. If FALSE files whose names | |
| 2204 | 2204 | ** differ only in case are the same file. Defaults to |
| 2205 | 2205 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2206 | 2206 | ** |
| 2207 | 2207 | ** clean-glob The VALUE is a comma or newline-separated list of GLOB |
| 2208 | 2208 | ** (versionable) patterns specifying files that the "clean" command will |
| 2209 | 2209 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2198,11 +2198,11 @@ | |
| 2198 | ** binary-glob The VALUE is a comma or newline-separated list of |
| 2199 | ** (versionable) GLOB patterns that should be treated as binary files |
| 2200 | ** for committing and merging purposes. Example: *.jpg |
| 2201 | ** |
| 2202 | ** case-sensitive If TRUE, the files whose names differ only in case |
| 2203 | ** care considered distinct. If FALSE files whose names |
| 2204 | ** differ only in case are the same file. Defaults to |
| 2205 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2206 | ** |
| 2207 | ** clean-glob The VALUE is a comma or newline-separated list of GLOB |
| 2208 | ** (versionable) patterns specifying files that the "clean" command will |
| 2209 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2198,11 +2198,11 @@ | |
| 2198 | ** binary-glob The VALUE is a comma or newline-separated list of |
| 2199 | ** (versionable) GLOB patterns that should be treated as binary files |
| 2200 | ** for committing and merging purposes. Example: *.jpg |
| 2201 | ** |
| 2202 | ** case-sensitive If TRUE, the files whose names differ only in case |
| 2203 | ** are considered distinct. If FALSE files whose names |
| 2204 | ** differ only in case are the same file. Defaults to |
| 2205 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2206 | ** |
| 2207 | ** clean-glob The VALUE is a comma or newline-separated list of GLOB |
| 2208 | ** (versionable) patterns specifying files that the "clean" command will |
| 2209 |