Fossil SCM
Physically move the 'index-page' setting into the project section.
Commit
8151106b8ddf444adfda3fc0cf32716edce50646
Parent
6fedb84abb332b2…
1 file changed
+1
-1
+1
-1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -90,11 +90,10 @@ | ||
| 90 | 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | - { "index-page", CONFIGSET_PROJ }, | |
| 96 | 95 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 97 | 96 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | 97 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | 98 | { "adunit", CONFIGSET_SKIN }, |
| 100 | 99 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| @@ -119,10 +118,11 @@ | ||
| 119 | 118 | { "project-description", CONFIGSET_PROJ }, |
| 120 | 119 | { "manifest", CONFIGSET_PROJ }, |
| 121 | 120 | { "binary-glob", CONFIGSET_PROJ }, |
| 122 | 121 | { "clean-glob", CONFIGSET_PROJ }, |
| 123 | 122 | { "ignore-glob", CONFIGSET_PROJ }, |
| 123 | + { "index-page", CONFIGSET_PROJ }, | |
| 124 | 124 | { "keep-glob", CONFIGSET_PROJ }, |
| 125 | 125 | { "crnl-glob", CONFIGSET_PROJ }, |
| 126 | 126 | { "encoding-glob", CONFIGSET_PROJ }, |
| 127 | 127 | { "empty-dirs", CONFIGSET_PROJ }, |
| 128 | 128 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 129 | 129 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -90,11 +90,10 @@ | |
| 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | { "index-page", CONFIGSET_PROJ }, |
| 96 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 97 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 98 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 99 | { "adunit", CONFIGSET_SKIN }, |
| 100 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| @@ -119,10 +118,11 @@ | |
| 119 | { "project-description", CONFIGSET_PROJ }, |
| 120 | { "manifest", CONFIGSET_PROJ }, |
| 121 | { "binary-glob", CONFIGSET_PROJ }, |
| 122 | { "clean-glob", CONFIGSET_PROJ }, |
| 123 | { "ignore-glob", CONFIGSET_PROJ }, |
| 124 | { "keep-glob", CONFIGSET_PROJ }, |
| 125 | { "crnl-glob", CONFIGSET_PROJ }, |
| 126 | { "encoding-glob", CONFIGSET_PROJ }, |
| 127 | { "empty-dirs", CONFIGSET_PROJ }, |
| 128 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 129 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -90,11 +90,10 @@ | |
| 90 | { "footer", CONFIGSET_SKIN }, |
| 91 | { "logo-mimetype", CONFIGSET_SKIN }, |
| 92 | { "logo-image", CONFIGSET_SKIN }, |
| 93 | { "background-mimetype", CONFIGSET_SKIN }, |
| 94 | { "background-image", CONFIGSET_SKIN }, |
| 95 | { "timeline-block-markup", CONFIGSET_SKIN }, |
| 96 | { "timeline-max-comment", CONFIGSET_SKIN }, |
| 97 | { "timeline-plaintext", CONFIGSET_SKIN }, |
| 98 | { "adunit", CONFIGSET_SKIN }, |
| 99 | { "adunit-omit-if-admin", CONFIGSET_SKIN }, |
| @@ -119,10 +118,11 @@ | |
| 118 | { "project-description", CONFIGSET_PROJ }, |
| 119 | { "manifest", CONFIGSET_PROJ }, |
| 120 | { "binary-glob", CONFIGSET_PROJ }, |
| 121 | { "clean-glob", CONFIGSET_PROJ }, |
| 122 | { "ignore-glob", CONFIGSET_PROJ }, |
| 123 | { "index-page", CONFIGSET_PROJ }, |
| 124 | { "keep-glob", CONFIGSET_PROJ }, |
| 125 | { "crnl-glob", CONFIGSET_PROJ }, |
| 126 | { "encoding-glob", CONFIGSET_PROJ }, |
| 127 | { "empty-dirs", CONFIGSET_PROJ }, |
| 128 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 129 |