Diff
Not logged in

Differences From:

File src/db.c part of check-in [3dce979214] - When reporting database errors in CGI mode, make sure the CGI header comes out first. by drh on 2008-05-24 13:30:36. [view]

To:

File src/db.c part of check-in [3f706b92a5] - Change the "omitsign" setting into "clearsign" and invert its sense. by drh on 2008-06-06 20:11:16. [view]

@@ -1114,10 +1114,11 @@
 **                     127.0.0.1 be authenticated by password.  If
 **                     false, all HTTP requests from localhost have
 **                     unrestricted access to the repository.
 **
-**    omitsign         When enabled, fossil will not attempt to sign any
-**                     commit with gpg. All commits will be unsigned.
+**    clearsign        When enabled (the default), fossil will attempt to
+**                     sign all commits with gpg.  When disabled, commits will
+**                     be unsigned.
 **
 **    pgp-command      Command used to clear-sign manifests at check-in.
 **                     The default is "gpg --clearsign -o ".
 **
@@ -1137,9 +1138,9 @@
     "diff-command",
     "editor",
     "gdiff-command",
     "localauth",
-    "omitsign",
+    "clearsign",
     "pgp-command",
     "proxy",
     "web-browser",
   };