Fossil SCM
Keep in alphabetical order.
Commit
de7681780dc674263c6b09b5ed50dba56c65a64e
Parent
55fe2bb814ae658…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2121,11 +2121,10 @@ | ||
| 2121 | 2121 | { "editor", 0, 32, 0, "" }, |
| 2122 | 2122 | { "empty-dirs", 0, 40, 1, "" }, |
| 2123 | 2123 | { "encoding-glob", 0, 40, 1, "" }, |
| 2124 | 2124 | { "gdiff-command", 0, 40, 0, "gdiff" }, |
| 2125 | 2125 | { "gmerge-command",0, 40, 0, "" }, |
| 2126 | - { "th1-uri-regexp",0, 40, 0, "" }, | |
| 2127 | 2126 | { "http-port", 0, 16, 0, "8080" }, |
| 2128 | 2127 | { "https-login", 0, 0, 0, "off" }, |
| 2129 | 2128 | { "ignore-glob", 0, 40, 1, "" }, |
| 2130 | 2129 | { "keep-glob", 0, 40, 1, "" }, |
| 2131 | 2130 | { "localauth", 0, 0, 0, "off" }, |
| @@ -2144,10 +2143,11 @@ | ||
| 2144 | 2143 | #ifdef FOSSIL_ENABLE_TCL |
| 2145 | 2144 | { "tcl", 0, 0, 0, "off" }, |
| 2146 | 2145 | { "tcl-setup", 0, 40, 0, "" }, |
| 2147 | 2146 | #endif |
| 2148 | 2147 | { "th1-setup", 0, 40, 0, "" }, |
| 2148 | + { "th1-uri-regexp",0, 40, 0, "" }, | |
| 2149 | 2149 | { "web-browser", 0, 32, 0, "" }, |
| 2150 | 2150 | { "white-foreground", 0, 0, 0, "off" }, |
| 2151 | 2151 | { 0,0,0,0,0 } |
| 2152 | 2152 | }; |
| 2153 | 2153 | |
| 2154 | 2154 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2121,11 +2121,10 @@ | |
| 2121 | { "editor", 0, 32, 0, "" }, |
| 2122 | { "empty-dirs", 0, 40, 1, "" }, |
| 2123 | { "encoding-glob", 0, 40, 1, "" }, |
| 2124 | { "gdiff-command", 0, 40, 0, "gdiff" }, |
| 2125 | { "gmerge-command",0, 40, 0, "" }, |
| 2126 | { "th1-uri-regexp",0, 40, 0, "" }, |
| 2127 | { "http-port", 0, 16, 0, "8080" }, |
| 2128 | { "https-login", 0, 0, 0, "off" }, |
| 2129 | { "ignore-glob", 0, 40, 1, "" }, |
| 2130 | { "keep-glob", 0, 40, 1, "" }, |
| 2131 | { "localauth", 0, 0, 0, "off" }, |
| @@ -2144,10 +2143,11 @@ | |
| 2144 | #ifdef FOSSIL_ENABLE_TCL |
| 2145 | { "tcl", 0, 0, 0, "off" }, |
| 2146 | { "tcl-setup", 0, 40, 0, "" }, |
| 2147 | #endif |
| 2148 | { "th1-setup", 0, 40, 0, "" }, |
| 2149 | { "web-browser", 0, 32, 0, "" }, |
| 2150 | { "white-foreground", 0, 0, 0, "off" }, |
| 2151 | { 0,0,0,0,0 } |
| 2152 | }; |
| 2153 | |
| 2154 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2121,11 +2121,10 @@ | |
| 2121 | { "editor", 0, 32, 0, "" }, |
| 2122 | { "empty-dirs", 0, 40, 1, "" }, |
| 2123 | { "encoding-glob", 0, 40, 1, "" }, |
| 2124 | { "gdiff-command", 0, 40, 0, "gdiff" }, |
| 2125 | { "gmerge-command",0, 40, 0, "" }, |
| 2126 | { "http-port", 0, 16, 0, "8080" }, |
| 2127 | { "https-login", 0, 0, 0, "off" }, |
| 2128 | { "ignore-glob", 0, 40, 1, "" }, |
| 2129 | { "keep-glob", 0, 40, 1, "" }, |
| 2130 | { "localauth", 0, 0, 0, "off" }, |
| @@ -2144,10 +2143,11 @@ | |
| 2143 | #ifdef FOSSIL_ENABLE_TCL |
| 2144 | { "tcl", 0, 0, 0, "off" }, |
| 2145 | { "tcl-setup", 0, 40, 0, "" }, |
| 2146 | #endif |
| 2147 | { "th1-setup", 0, 40, 0, "" }, |
| 2148 | { "th1-uri-regexp",0, 40, 0, "" }, |
| 2149 | { "web-browser", 0, 32, 0, "" }, |
| 2150 | { "white-foreground", 0, 0, 0, "off" }, |
| 2151 | { 0,0,0,0,0 } |
| 2152 | }; |
| 2153 | |
| 2154 |