Fossil SCM
Added mimetypes setting to the 'project' configuration area, per forum feedback.
Commit
7391f8d4863a85a4fd656ac5d12812184042c7d40406081be7396b293c477a7f
Parent
14d1b7a9770c87f…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -143,10 +143,11 @@ | ||
| 143 | 143 | { "dotfiles", CONFIGSET_PROJ }, |
| 144 | 144 | { "parent-project-code", CONFIGSET_PROJ }, |
| 145 | 145 | { "parent-project-name", CONFIGSET_PROJ }, |
| 146 | 146 | { "hash-policy", CONFIGSET_PROJ }, |
| 147 | 147 | { "comment-format", CONFIGSET_PROJ }, |
| 148 | + { "mimetypes", CONFIGSET_PROJ }, | |
| 148 | 149 | |
| 149 | 150 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 150 | 151 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 151 | 152 | #endif |
| 152 | 153 | |
| 153 | 154 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -143,10 +143,11 @@ | |
| 143 | { "dotfiles", CONFIGSET_PROJ }, |
| 144 | { "parent-project-code", CONFIGSET_PROJ }, |
| 145 | { "parent-project-name", CONFIGSET_PROJ }, |
| 146 | { "hash-policy", CONFIGSET_PROJ }, |
| 147 | { "comment-format", CONFIGSET_PROJ }, |
| 148 | |
| 149 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 150 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 151 | #endif |
| 152 | |
| 153 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -143,10 +143,11 @@ | |
| 143 | { "dotfiles", CONFIGSET_PROJ }, |
| 144 | { "parent-project-code", CONFIGSET_PROJ }, |
| 145 | { "parent-project-name", CONFIGSET_PROJ }, |
| 146 | { "hash-policy", CONFIGSET_PROJ }, |
| 147 | { "comment-format", CONFIGSET_PROJ }, |
| 148 | { "mimetypes", CONFIGSET_PROJ }, |
| 149 | |
| 150 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 151 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 152 | #endif |
| 153 | |
| 154 |