Differences From Artifact [f53fa14ab9]:
- File src/json_config.c — part of check-in [2bc3cfebe6] at 2016-05-23 15:34:13 on branch andygoth-crlf — Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. (user: andygoth size: 5528) [more...]
To Artifact [d9d5f8971e]:
- File src/json_config.c — part of check-in [12d2ad00de] at 2020-08-20 13:18:36 on branch branch-2.10 — Version 2.10.2 (user: drh size: 5571) [more...]
| ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | + + |
{ "clean-glob", CONFIGSET_PROJ },
{ "ignore-glob", CONFIGSET_PROJ },
{ "keep-glob", CONFIGSET_PROJ },
{ "crlf-glob", CONFIGSET_PROJ },
{ "crnl-glob", CONFIGSET_PROJ },
{ "encoding-glob", CONFIGSET_PROJ },
{ "empty-dirs", CONFIGSET_PROJ },
#ifdef FOSSIL_LEGACY_ALLOW_SYMLINKS
{ "allow-symlinks", CONFIGSET_PROJ },
#endif
{ "dotfiles", CONFIGSET_PROJ },
{ "ticket-table", CONFIGSET_TKT },
{ "ticket-common", CONFIGSET_TKT },
{ "ticket-change", CONFIGSET_TKT },
{ "ticket-newpage", CONFIGSET_TKT },
{ "ticket-viewpage", CONFIGSET_TKT },
|
| ︙ |