Fossil SCM
put settings in right alphabetical order
Commit
4ddd099b573e4010da6f064ea29036e69c6a28ca
Parent
1d462a683f082c6…
1 file changed
+5
-5
M
src/db.c
+5
-5
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2172,18 +2172,18 @@ | ||
| 2172 | 2172 | ** diff-command External command to run when performing a diff. |
| 2173 | 2173 | ** If undefined, the internal text diff will be used. |
| 2174 | 2174 | ** |
| 2175 | 2175 | ** dont-push Prevent this repository from pushing from client to |
| 2176 | 2176 | ** server. Useful when setting up a private branch. |
| 2177 | +** | |
| 2178 | +** editor Text editor command used for check-in comments. | |
| 2177 | 2179 | ** |
| 2178 | 2180 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2179 | 2181 | ** (versionable) update and checkout commands, if no file or directory |
| 2180 | 2182 | ** exists with that name, an empty directory will be |
| 2181 | 2183 | ** created. |
| 2182 | 2184 | ** |
| 2183 | -** editor Text editor command used for check-in comments. | |
| 2184 | -** | |
| 2185 | 2185 | ** gdiff-command External command to run when performing a graphical |
| 2186 | 2186 | ** diff. If undefined, text diff will be used. |
| 2187 | 2187 | ** |
| 2188 | 2188 | ** gmerge-command A graphical merge conflict resolver command operating |
| 2189 | 2189 | ** on four files. |
| @@ -2241,10 +2241,13 @@ | ||
| 2241 | 2241 | ** |
| 2242 | 2242 | ** self-register Allow users to register themselves through the HTTP UI. |
| 2243 | 2243 | ** This is useful if you want to see other names than |
| 2244 | 2244 | ** "Anonymous" in e.g. ticketing system. On the other hand |
| 2245 | 2245 | ** users can not be deleted. Default: off. |
| 2246 | +** | |
| 2247 | +** ssh-command Command used to talk to a remote machine with | |
| 2248 | +** the "ssh://" protocol. | |
| 2246 | 2249 | ** |
| 2247 | 2250 | ** ssl-ca-location The full pathname to a file containing PEM encoded |
| 2248 | 2251 | ** CA root certificates, or a directory of certificates |
| 2249 | 2252 | ** with filenames formed from the certificate hashes as |
| 2250 | 2253 | ** required by OpenSSL. |
| @@ -2260,13 +2263,10 @@ | ||
| 2260 | 2263 | ** the certificate and private key files. |
| 2261 | 2264 | ** This identity will be presented to SSL servers to |
| 2262 | 2265 | ** authenticate this client, in addition to the normal |
| 2263 | 2266 | ** password authentication. |
| 2264 | 2267 | ** |
| 2265 | -** ssh-command Command used to talk to a remote machine with | |
| 2266 | -** the "ssh://" protocol. | |
| 2267 | -** | |
| 2268 | 2268 | ** tcl If enabled (and Fossil was compiled with Tcl support), |
| 2269 | 2269 | ** Tcl integration commands will be added to the TH1 |
| 2270 | 2270 | ** interpreter, allowing arbitrary Tcl expressions and |
| 2271 | 2271 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2272 | 2272 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2273 | 2273 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2172,18 +2172,18 @@ | |
| 2172 | ** diff-command External command to run when performing a diff. |
| 2173 | ** If undefined, the internal text diff will be used. |
| 2174 | ** |
| 2175 | ** dont-push Prevent this repository from pushing from client to |
| 2176 | ** server. Useful when setting up a private branch. |
| 2177 | ** |
| 2178 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2179 | ** (versionable) update and checkout commands, if no file or directory |
| 2180 | ** exists with that name, an empty directory will be |
| 2181 | ** created. |
| 2182 | ** |
| 2183 | ** editor Text editor command used for check-in comments. |
| 2184 | ** |
| 2185 | ** gdiff-command External command to run when performing a graphical |
| 2186 | ** diff. If undefined, text diff will be used. |
| 2187 | ** |
| 2188 | ** gmerge-command A graphical merge conflict resolver command operating |
| 2189 | ** on four files. |
| @@ -2241,10 +2241,13 @@ | |
| 2241 | ** |
| 2242 | ** self-register Allow users to register themselves through the HTTP UI. |
| 2243 | ** This is useful if you want to see other names than |
| 2244 | ** "Anonymous" in e.g. ticketing system. On the other hand |
| 2245 | ** users can not be deleted. Default: off. |
| 2246 | ** |
| 2247 | ** ssl-ca-location The full pathname to a file containing PEM encoded |
| 2248 | ** CA root certificates, or a directory of certificates |
| 2249 | ** with filenames formed from the certificate hashes as |
| 2250 | ** required by OpenSSL. |
| @@ -2260,13 +2263,10 @@ | |
| 2260 | ** the certificate and private key files. |
| 2261 | ** This identity will be presented to SSL servers to |
| 2262 | ** authenticate this client, in addition to the normal |
| 2263 | ** password authentication. |
| 2264 | ** |
| 2265 | ** ssh-command Command used to talk to a remote machine with |
| 2266 | ** the "ssh://" protocol. |
| 2267 | ** |
| 2268 | ** tcl If enabled (and Fossil was compiled with Tcl support), |
| 2269 | ** Tcl integration commands will be added to the TH1 |
| 2270 | ** interpreter, allowing arbitrary Tcl expressions and |
| 2271 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2272 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2273 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2172,18 +2172,18 @@ | |
| 2172 | ** diff-command External command to run when performing a diff. |
| 2173 | ** If undefined, the internal text diff will be used. |
| 2174 | ** |
| 2175 | ** dont-push Prevent this repository from pushing from client to |
| 2176 | ** server. Useful when setting up a private branch. |
| 2177 | ** |
| 2178 | ** editor Text editor command used for check-in comments. |
| 2179 | ** |
| 2180 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 2181 | ** (versionable) update and checkout commands, if no file or directory |
| 2182 | ** exists with that name, an empty directory will be |
| 2183 | ** created. |
| 2184 | ** |
| 2185 | ** gdiff-command External command to run when performing a graphical |
| 2186 | ** diff. If undefined, text diff will be used. |
| 2187 | ** |
| 2188 | ** gmerge-command A graphical merge conflict resolver command operating |
| 2189 | ** on four files. |
| @@ -2241,10 +2241,13 @@ | |
| 2241 | ** |
| 2242 | ** self-register Allow users to register themselves through the HTTP UI. |
| 2243 | ** This is useful if you want to see other names than |
| 2244 | ** "Anonymous" in e.g. ticketing system. On the other hand |
| 2245 | ** users can not be deleted. Default: off. |
| 2246 | ** |
| 2247 | ** ssh-command Command used to talk to a remote machine with |
| 2248 | ** the "ssh://" protocol. |
| 2249 | ** |
| 2250 | ** ssl-ca-location The full pathname to a file containing PEM encoded |
| 2251 | ** CA root certificates, or a directory of certificates |
| 2252 | ** with filenames formed from the certificate hashes as |
| 2253 | ** required by OpenSSL. |
| @@ -2260,13 +2263,10 @@ | |
| 2263 | ** the certificate and private key files. |
| 2264 | ** This identity will be presented to SSL servers to |
| 2265 | ** authenticate this client, in addition to the normal |
| 2266 | ** password authentication. |
| 2267 | ** |
| 2268 | ** tcl If enabled (and Fossil was compiled with Tcl support), |
| 2269 | ** Tcl integration commands will be added to the TH1 |
| 2270 | ** interpreter, allowing arbitrary Tcl expressions and |
| 2271 | ** scripts to be evaluated from TH1. Additionally, the Tcl |
| 2272 | ** interpreter will be able to evaluate arbitrary TH1 |
| 2273 |