Fossil SCM
Removed fileedit-glob from the list of syncable config options. It must be explicitly set on each repo where it is desired.
Commit
d6341b3a55301ac6ba4e2a5b199c4747261e12da3b14a61d3b9adc97c07e57b6
Parent
f2312397802722a…
1 file changed
-1
-1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -148,11 +148,10 @@ | ||
| 148 | 148 | { "parent-project-name", CONFIGSET_PROJ }, |
| 149 | 149 | { "hash-policy", CONFIGSET_PROJ }, |
| 150 | 150 | { "comment-format", CONFIGSET_PROJ }, |
| 151 | 151 | { "mimetypes", CONFIGSET_PROJ }, |
| 152 | 152 | { "forbid-delta-manifests", CONFIGSET_PROJ }, |
| 153 | - { "fileedit-glob", CONFIGSET_PROJ }, | |
| 154 | 153 | |
| 155 | 154 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 156 | 155 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 157 | 156 | #endif |
| 158 | 157 | |
| 159 | 158 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -148,11 +148,10 @@ | |
| 148 | { "parent-project-name", CONFIGSET_PROJ }, |
| 149 | { "hash-policy", CONFIGSET_PROJ }, |
| 150 | { "comment-format", CONFIGSET_PROJ }, |
| 151 | { "mimetypes", CONFIGSET_PROJ }, |
| 152 | { "forbid-delta-manifests", CONFIGSET_PROJ }, |
| 153 | { "fileedit-glob", CONFIGSET_PROJ }, |
| 154 | |
| 155 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 156 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 157 | #endif |
| 158 | |
| 159 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -148,11 +148,10 @@ | |
| 148 | { "parent-project-name", CONFIGSET_PROJ }, |
| 149 | { "hash-policy", CONFIGSET_PROJ }, |
| 150 | { "comment-format", CONFIGSET_PROJ }, |
| 151 | { "mimetypes", CONFIGSET_PROJ }, |
| 152 | { "forbid-delta-manifests", CONFIGSET_PROJ }, |
| 153 | |
| 154 | #ifdef FOSSIL_ENABLE_LEGACY_MV_RM |
| 155 | { "mv-rm-files", CONFIGSET_PROJ }, |
| 156 | #endif |
| 157 | |
| 158 |