Differences From Artifact [46c2e909e0]:
- File src/json_config.c — part of check-in [6c72cab73c] at 2013-03-12 15:48:20 on branch clean-with-ignore — Add --keep option to "fossil clean", and versionable "keep-glob" setting (user: jan.nijtmans size: 4809) [more...]
To Artifact [61a843f7fc]:
- File src/json_config.c — part of check-in [b7afa9728b] at 2013-05-07 20:52:18 on branch trunk — Add --clean option and clean-glob for use by the clean command. Restore previous meaning of the ignore-glob setting. (user: mistachkin size: 4947) [more...]
| ︙ | |||
61 62 63 64 65 66 67 68 69 70 71 72 73 74 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | + + + |
{ "index-page", CONFIGSET_SKIN },
{ "timeline-block-markup", CONFIGSET_SKIN },
{ "timeline-max-comment", CONFIGSET_SKIN },
{ "project-name", CONFIGSET_PROJ },
{ "project-description", CONFIGSET_PROJ },
{ "manifest", CONFIGSET_PROJ },
{ "binary-glob", CONFIGSET_PROJ },
{ "clean-glob", CONFIGSET_PROJ },
{ "encoding-glob", CONFIGSET_PROJ },
{ "ignore-glob", CONFIGSET_PROJ },
{ "keep-glob", CONFIGSET_PROJ },
{ "crnl-glob", CONFIGSET_PROJ },
{ "empty-dirs", CONFIGSET_PROJ },
{ "allow-symlinks", CONFIGSET_PROJ },
{ "ticket-table", CONFIGSET_TKT },
|
| ︙ |