Fossil SCM
Add help text for the new settings.
Commit
6048a961a7a43a80f348512589f18eb9e23ac951
Parent
1dad8acaa2d44f2…
1 file changed
+7
M
src/db.c
+7
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2604,10 +2604,13 @@ | ||
| 2604 | 2604 | ** global configuration database. |
| 2605 | 2605 | ** |
| 2606 | 2606 | ** max-upload A limit on the size of uplink HTTP requests. The |
| 2607 | 2607 | ** default is 250000 bytes. |
| 2608 | 2608 | ** |
| 2609 | +** move-files If enabled, the "mv" and "rename" commands will also move | |
| 2610 | +** the associated files within the checkout. Default: off. | |
| 2611 | +** | |
| 2609 | 2612 | ** mtime-changes Use file modification times (mtimes) to detect when |
| 2610 | 2613 | ** files have been modified. (Default "on".) |
| 2611 | 2614 | ** |
| 2612 | 2615 | ** pgp-command Command used to clear-sign manifests at check-in. |
| 2613 | 2616 | ** The default is "gpg --clearsign -o ". |
| @@ -2617,10 +2620,14 @@ | ||
| 2617 | 2620 | ** If the http_proxy environment variable is undefined |
| 2618 | 2621 | ** then a direct HTTP connection is used. |
| 2619 | 2622 | ** |
| 2620 | 2623 | ** relative-paths When showing changes and extras, report paths relative |
| 2621 | 2624 | ** to the current working directory. Default: "on" |
| 2625 | +** | |
| 2626 | +** remove-files If enabled, the "rm" and "delete" commands will also | |
| 2627 | +** remove the associated files from within the checkout. | |
| 2628 | +** Default: off. | |
| 2622 | 2629 | ** |
| 2623 | 2630 | ** repo-cksum Compute checksums over all files in each checkout |
| 2624 | 2631 | ** as a double-check of correctness. Defaults to "on". |
| 2625 | 2632 | ** Disable on large repositories for a performance |
| 2626 | 2633 | ** improvement. |
| 2627 | 2634 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2604,10 +2604,13 @@ | |
| 2604 | ** global configuration database. |
| 2605 | ** |
| 2606 | ** max-upload A limit on the size of uplink HTTP requests. The |
| 2607 | ** default is 250000 bytes. |
| 2608 | ** |
| 2609 | ** mtime-changes Use file modification times (mtimes) to detect when |
| 2610 | ** files have been modified. (Default "on".) |
| 2611 | ** |
| 2612 | ** pgp-command Command used to clear-sign manifests at check-in. |
| 2613 | ** The default is "gpg --clearsign -o ". |
| @@ -2617,10 +2620,14 @@ | |
| 2617 | ** If the http_proxy environment variable is undefined |
| 2618 | ** then a direct HTTP connection is used. |
| 2619 | ** |
| 2620 | ** relative-paths When showing changes and extras, report paths relative |
| 2621 | ** to the current working directory. Default: "on" |
| 2622 | ** |
| 2623 | ** repo-cksum Compute checksums over all files in each checkout |
| 2624 | ** as a double-check of correctness. Defaults to "on". |
| 2625 | ** Disable on large repositories for a performance |
| 2626 | ** improvement. |
| 2627 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2604,10 +2604,13 @@ | |
| 2604 | ** global configuration database. |
| 2605 | ** |
| 2606 | ** max-upload A limit on the size of uplink HTTP requests. The |
| 2607 | ** default is 250000 bytes. |
| 2608 | ** |
| 2609 | ** move-files If enabled, the "mv" and "rename" commands will also move |
| 2610 | ** the associated files within the checkout. Default: off. |
| 2611 | ** |
| 2612 | ** mtime-changes Use file modification times (mtimes) to detect when |
| 2613 | ** files have been modified. (Default "on".) |
| 2614 | ** |
| 2615 | ** pgp-command Command used to clear-sign manifests at check-in. |
| 2616 | ** The default is "gpg --clearsign -o ". |
| @@ -2617,10 +2620,14 @@ | |
| 2620 | ** If the http_proxy environment variable is undefined |
| 2621 | ** then a direct HTTP connection is used. |
| 2622 | ** |
| 2623 | ** relative-paths When showing changes and extras, report paths relative |
| 2624 | ** to the current working directory. Default: "on" |
| 2625 | ** |
| 2626 | ** remove-files If enabled, the "rm" and "delete" commands will also |
| 2627 | ** remove the associated files from within the checkout. |
| 2628 | ** Default: off. |
| 2629 | ** |
| 2630 | ** repo-cksum Compute checksums over all files in each checkout |
| 2631 | ** as a double-check of correctness. Defaults to "on". |
| 2632 | ** Disable on large repositories for a performance |
| 2633 | ** improvement. |
| 2634 |