Fossil SCM
Improved documentation of the forbid-delta-manifests setting.
Commit
6dc17a57600e8b4e290d496187fa9e411e157e2f116dd337ea5cf313adad11ee
Parent
9116c6fbeaff18c…
1 file changed
+6
-1
M
src/db.c
+6
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3648,11 +3648,16 @@ | ||
| 3648 | 3648 | ** Command used to clear-sign manifests at check-in. |
| 3649 | 3649 | ** Default value is "gpg --clearsign -o" |
| 3650 | 3650 | */ |
| 3651 | 3651 | /* |
| 3652 | 3652 | ** SETTING: forbid-delta-manifests boolean default=off |
| 3653 | -** If enabled, new delta manifests are prohibited. | |
| 3653 | +** If enabled on a client, new delta manifests are prohibited on | |
| 3654 | +** commits. If enabled on a server, whenever a client attempts | |
| 3655 | +** to obtain a check-in lock during auto-sync, the server will | |
| 3656 | +** send the "pragma avoid-delta-manifests" statement in its reply, | |
| 3657 | +** which will cause the client to avoid generating a delta | |
| 3658 | +** manifest. | |
| 3654 | 3659 | */ |
| 3655 | 3660 | /* |
| 3656 | 3661 | ** SETTING: proxy width=32 default=off |
| 3657 | 3662 | ** URL of the HTTP proxy. If undefined or "off" then |
| 3658 | 3663 | ** the "http_proxy" environment variable is consulted. |
| 3659 | 3664 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3648,11 +3648,16 @@ | |
| 3648 | ** Command used to clear-sign manifests at check-in. |
| 3649 | ** Default value is "gpg --clearsign -o" |
| 3650 | */ |
| 3651 | /* |
| 3652 | ** SETTING: forbid-delta-manifests boolean default=off |
| 3653 | ** If enabled, new delta manifests are prohibited. |
| 3654 | */ |
| 3655 | /* |
| 3656 | ** SETTING: proxy width=32 default=off |
| 3657 | ** URL of the HTTP proxy. If undefined or "off" then |
| 3658 | ** the "http_proxy" environment variable is consulted. |
| 3659 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3648,11 +3648,16 @@ | |
| 3648 | ** Command used to clear-sign manifests at check-in. |
| 3649 | ** Default value is "gpg --clearsign -o" |
| 3650 | */ |
| 3651 | /* |
| 3652 | ** SETTING: forbid-delta-manifests boolean default=off |
| 3653 | ** If enabled on a client, new delta manifests are prohibited on |
| 3654 | ** commits. If enabled on a server, whenever a client attempts |
| 3655 | ** to obtain a check-in lock during auto-sync, the server will |
| 3656 | ** send the "pragma avoid-delta-manifests" statement in its reply, |
| 3657 | ** which will cause the client to avoid generating a delta |
| 3658 | ** manifest. |
| 3659 | */ |
| 3660 | /* |
| 3661 | ** SETTING: proxy width=32 default=off |
| 3662 | ** URL of the HTTP proxy. If undefined or "off" then |
| 3663 | ** the "http_proxy" environment variable is consulted. |
| 3664 |