Fossil SCM
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page.
Commit
b73dee981a332f37d697da9218d0bedf115b63cd
Parent
ce6980481e4cb06…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2757,11 +2757,11 @@ | ||
| 2757 | 2757 | { "https-login", 0, 0, 0, 0, "off" }, |
| 2758 | 2758 | { "ignore-glob", 0, 40, 1, 0, "" }, |
| 2759 | 2759 | { "keep-glob", 0, 40, 1, 0, "" }, |
| 2760 | 2760 | { "localauth", 0, 0, 0, 0, "off" }, |
| 2761 | 2761 | { "main-branch", 0, 40, 0, 0, "trunk" }, |
| 2762 | - { "manifest", 0, 5, 1, 0, "off" }, | |
| 2762 | + { "manifest", 0, 5, 1, 0, "" }, | |
| 2763 | 2763 | { "max-loadavg", 0, 25, 0, 0, "0.0" }, |
| 2764 | 2764 | { "max-upload", 0, 25, 0, 0, "250000" }, |
| 2765 | 2765 | { "mtime-changes", 0, 0, 0, 0, "on" }, |
| 2766 | 2766 | #if FOSSIL_ENABLE_LEGACY_MV_RM |
| 2767 | 2767 | { "mv-rm-files", 0, 0, 0, 0, "off" }, |
| 2768 | 2768 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2757,11 +2757,11 @@ | |
| 2757 | { "https-login", 0, 0, 0, 0, "off" }, |
| 2758 | { "ignore-glob", 0, 40, 1, 0, "" }, |
| 2759 | { "keep-glob", 0, 40, 1, 0, "" }, |
| 2760 | { "localauth", 0, 0, 0, 0, "off" }, |
| 2761 | { "main-branch", 0, 40, 0, 0, "trunk" }, |
| 2762 | { "manifest", 0, 5, 1, 0, "off" }, |
| 2763 | { "max-loadavg", 0, 25, 0, 0, "0.0" }, |
| 2764 | { "max-upload", 0, 25, 0, 0, "250000" }, |
| 2765 | { "mtime-changes", 0, 0, 0, 0, "on" }, |
| 2766 | #if FOSSIL_ENABLE_LEGACY_MV_RM |
| 2767 | { "mv-rm-files", 0, 0, 0, 0, "off" }, |
| 2768 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2757,11 +2757,11 @@ | |
| 2757 | { "https-login", 0, 0, 0, 0, "off" }, |
| 2758 | { "ignore-glob", 0, 40, 1, 0, "" }, |
| 2759 | { "keep-glob", 0, 40, 1, 0, "" }, |
| 2760 | { "localauth", 0, 0, 0, 0, "off" }, |
| 2761 | { "main-branch", 0, 40, 0, 0, "trunk" }, |
| 2762 | { "manifest", 0, 5, 1, 0, "" }, |
| 2763 | { "max-loadavg", 0, 25, 0, 0, "0.0" }, |
| 2764 | { "max-upload", 0, 25, 0, 0, "250000" }, |
| 2765 | { "mtime-changes", 0, 0, 0, 0, "on" }, |
| 2766 | #if FOSSIL_ENABLE_LEGACY_MV_RM |
| 2767 | { "mv-rm-files", 0, 0, 0, 0, "off" }, |
| 2768 |