Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
78d714e984dbeaf02af4115bb31290ed |
| User & Date: | drh 2013-09-18 12:58:07.243 |
Context
|
2013-09-19
| ||
| 06:32 | Improve the error message when loading a Tcl shared library fails. check-in: 43c5630485 user: mistachkin tags: trunk | |
| 02:41 | Merge in recent development from trunk. check-in: 6b90659f83 user: andybradford tags: ssh-transport-changes | |
|
2013-09-18
| ||
| 12:58 | Fix typo in on-line help for "settings". Ticket [b41c8b77dd5044] check-in: 78d714e984 user: drh tags: trunk | |
| 12:56 | Always allow the administrator to moderate attachments. check-in: 41d9de6e14 user: drh tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2196 2197 2198 2199 2200 2201 2202 | ** Default: on ** ** binary-glob The VALUE is a comma or newline-separated list of ** (versionable) GLOB patterns that should be treated as binary files ** for committing and merging purposes. Example: *.jpg ** ** case-sensitive If TRUE, the files whose names differ only in case | | | 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 | ** Default: on ** ** binary-glob The VALUE is a comma or newline-separated list of ** (versionable) GLOB patterns that should be treated as binary files ** for committing and merging purposes. Example: *.jpg ** ** case-sensitive If TRUE, the files whose names differ only in case ** are considered distinct. If FALSE files whose names ** differ only in case are the same file. Defaults to ** TRUE for unix and FALSE for Cygwin, Mac and Windows. ** ** clean-glob The VALUE is a comma or newline-separated list of GLOB ** (versionable) patterns specifying files that the "clean" command will ** delete without prompting even when the -force flag has ** not been used. Example: *.a *.lib *.o |
| ︙ | ︙ |