Fossil SCM
The 'binary-glob' setting is a versionable project setting and should be listed with the others.
Commit
6ef41eeffe500e94adec723fb95f6447d17e0f67
Parent
97f68e61da12025…
1 file changed
+1
+1
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -96,10 +96,11 @@ | ||
| 96 | 96 | #endif |
| 97 | 97 | |
| 98 | 98 | { "project-name", CONFIGSET_PROJ }, |
| 99 | 99 | { "project-description", CONFIGSET_PROJ }, |
| 100 | 100 | { "manifest", CONFIGSET_PROJ }, |
| 101 | + { "binary-glob", CONFIGSET_PROJ }, | |
| 101 | 102 | { "ignore-glob", CONFIGSET_PROJ }, |
| 102 | 103 | { "crnl-glob", CONFIGSET_PROJ }, |
| 103 | 104 | { "empty-dirs", CONFIGSET_PROJ }, |
| 104 | 105 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 105 | 106 | |
| 106 | 107 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -96,10 +96,11 @@ | |
| 96 | #endif |
| 97 | |
| 98 | { "project-name", CONFIGSET_PROJ }, |
| 99 | { "project-description", CONFIGSET_PROJ }, |
| 100 | { "manifest", CONFIGSET_PROJ }, |
| 101 | { "ignore-glob", CONFIGSET_PROJ }, |
| 102 | { "crnl-glob", CONFIGSET_PROJ }, |
| 103 | { "empty-dirs", CONFIGSET_PROJ }, |
| 104 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 105 | |
| 106 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -96,10 +96,11 @@ | |
| 96 | #endif |
| 97 | |
| 98 | { "project-name", CONFIGSET_PROJ }, |
| 99 | { "project-description", CONFIGSET_PROJ }, |
| 100 | { "manifest", CONFIGSET_PROJ }, |
| 101 | { "binary-glob", CONFIGSET_PROJ }, |
| 102 | { "ignore-glob", CONFIGSET_PROJ }, |
| 103 | { "crnl-glob", CONFIGSET_PROJ }, |
| 104 | { "empty-dirs", CONFIGSET_PROJ }, |
| 105 | { "allow-symlinks", CONFIGSET_PROJ }, |
| 106 | |
| 107 |