Fossil SCM
Update help to mention ssh signing of check-ins.
Commit
91d70b7cc7070f5f93292e63be85be9c0ed75a025048ba7e54ca853c189e8174
Parent
e0c7e4181b042df…
1 file changed
+3
-2
M
src/db.c
+3
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4636,11 +4636,11 @@ | ||
| 4636 | 4636 | ** see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4637 | 4637 | */ |
| 4638 | 4638 | /* |
| 4639 | 4639 | ** SETTING: clearsign boolean default=off |
| 4640 | 4640 | ** When enabled, fossil will attempt to sign all commits |
| 4641 | -** with gpg. When disabled, commits will be unsigned. | |
| 4641 | +** with gpg or ssh. When disabled, commits will be unsigned. | |
| 4642 | 4642 | */ |
| 4643 | 4643 | /* |
| 4644 | 4644 | ** SETTING: comment-format width=16 default=1 |
| 4645 | 4645 | ** Set the default options for printing timeline comments to the console. |
| 4646 | 4646 | ** |
| @@ -4902,11 +4902,12 @@ | ||
| 4902 | 4902 | ** files from within the check-out. |
| 4903 | 4903 | */ |
| 4904 | 4904 | /* |
| 4905 | 4905 | ** SETTING: pgp-command width=40 sensitive |
| 4906 | 4906 | ** Command used to clear-sign manifests at check-in. |
| 4907 | -** Default value is "gpg --clearsign -o" | |
| 4907 | +** Default value is "gpg --clearsign -o". | |
| 4908 | +** For SSH, use e.g. "ssh-keygen -q -Y sign -n fossilscm -f ~/.ssh/id_ed25519" | |
| 4908 | 4909 | */ |
| 4909 | 4910 | /* |
| 4910 | 4911 | ** SETTING: proxy width=32 default=system |
| 4911 | 4912 | ** URL of the HTTP proxy. If undefined or "system", the "http_proxy" |
| 4912 | 4913 | ** environment variable is consulted. If "off", a direct HTTP connection is |
| 4913 | 4914 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4636,11 +4636,11 @@ | |
| 4636 | ** see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4637 | */ |
| 4638 | /* |
| 4639 | ** SETTING: clearsign boolean default=off |
| 4640 | ** When enabled, fossil will attempt to sign all commits |
| 4641 | ** with gpg. When disabled, commits will be unsigned. |
| 4642 | */ |
| 4643 | /* |
| 4644 | ** SETTING: comment-format width=16 default=1 |
| 4645 | ** Set the default options for printing timeline comments to the console. |
| 4646 | ** |
| @@ -4902,11 +4902,12 @@ | |
| 4902 | ** files from within the check-out. |
| 4903 | */ |
| 4904 | /* |
| 4905 | ** SETTING: pgp-command width=40 sensitive |
| 4906 | ** Command used to clear-sign manifests at check-in. |
| 4907 | ** Default value is "gpg --clearsign -o" |
| 4908 | */ |
| 4909 | /* |
| 4910 | ** SETTING: proxy width=32 default=system |
| 4911 | ** URL of the HTTP proxy. If undefined or "system", the "http_proxy" |
| 4912 | ** environment variable is consulted. If "off", a direct HTTP connection is |
| 4913 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4636,11 +4636,11 @@ | |
| 4636 | ** see https://fossil-scm.org/home/doc/trunk/www/globs.md#syntax |
| 4637 | */ |
| 4638 | /* |
| 4639 | ** SETTING: clearsign boolean default=off |
| 4640 | ** When enabled, fossil will attempt to sign all commits |
| 4641 | ** with gpg or ssh. When disabled, commits will be unsigned. |
| 4642 | */ |
| 4643 | /* |
| 4644 | ** SETTING: comment-format width=16 default=1 |
| 4645 | ** Set the default options for printing timeline comments to the console. |
| 4646 | ** |
| @@ -4902,11 +4902,12 @@ | |
| 4902 | ** files from within the check-out. |
| 4903 | */ |
| 4904 | /* |
| 4905 | ** SETTING: pgp-command width=40 sensitive |
| 4906 | ** Command used to clear-sign manifests at check-in. |
| 4907 | ** Default value is "gpg --clearsign -o". |
| 4908 | ** For SSH, use e.g. "ssh-keygen -q -Y sign -n fossilscm -f ~/.ssh/id_ed25519" |
| 4909 | */ |
| 4910 | /* |
| 4911 | ** SETTING: proxy width=32 default=system |
| 4912 | ** URL of the HTTP proxy. If undefined or "system", the "http_proxy" |
| 4913 | ** environment variable is consulted. If "off", a direct HTTP connection is |
| 4914 |