Hi All,

Please see attached patch for your consideration. I found some text for the
various settings that could be updated.

Thanks!
Index: src/db.c
==================================================================
--- src/db.c
+++ src/db.c
@@ -15,11 +15,11 @@
 **
 *******************************************************************************
 **
 ** Code for interfacing to the various databases.
 **
-** There are three separate database files that fossil interacts
+** There are three separate database files that Fossil interacts
 ** with:
 **
 **    (1)  The "user" database in ~/.fossil
 **
 **    (2)  The "repository" database
@@ -2932,19 +2932,19 @@
 ** If enabled, automatically pull the shunning list
 ** from a server to which the client autosyncs.
 */
 /*
 ** SETTING: autosync        width=16 default=on
-** This setting can take either a boolean value or "pullonly"
-** If enabled, automatically pull prior to commit
-** or update and automatically push after commit or
-** tag or branch creation.  If the value is "pullonly"
+** This setting can take either a boolean value or "pullonly".
+** If enabled, automatically pull prior to commit,
+** or update and automatically push after commit,
+** tag, or branch creation.  If the value is "pullonly",
 ** then only pull operations occur automatically.
 */
 /*
 ** SETTING: autosync-tries  width=16 default=1
-** If autosync is enabled setting this to a value greater
+** If autosync is enabled, setting this to a value greater
 ** than zero will cause autosync to try no more than this
 ** number of attempts if there is a sync failure.
 */
 /*
 ** SETTING: binary-glob     width=40 versionable block-text
@@ -2963,11 +2963,11 @@
 #endif
 #if !(defined(_WIN32)||defined(__CYGWIN__)||defined(__DARWIN__))
 /*
 ** SETTING: case-sensitive  boolean default=on
 ** If TRUE, the files whose names differ only in case
-** are considered distinct.  If FALSE files whose names
+** are considered distinct.  If FALSE, files whose names
 ** differ only in case are the same file.  Defaults to
 ** TRUE for unix and FALSE for Cygwin, Mac and Windows.
 */
 #endif
 /*
@@ -2977,11 +2977,11 @@
 ** delete without prompting or allowing undo.
 ** Example: *.a,*.lib,*.o
 */
 /*
 ** SETTING: clearsign       boolean default=off
-** When enabled, fossil will attempt to sign all commits
+** When enabled, Fossil will attempt to sign all commits
 ** with gpg.  When disabled, commits will be unsigned.
 */
 /*
 ** SETTING: crlf-glob       width=40 versionable block-text
 ** The value is a comma or newline-separated list of GLOB patterns for
@@ -3201,11 +3201,11 @@
 ** password authentication.
 */
 #ifdef FOSSIL_ENABLE_TCL
 /*
 ** SETTING: tcl              boolean default=off
-** If enabled Tcl integration commands will be added to the TH1
+** If enabled, Tcl integration commands will be added to the TH1
 ** interpreter, allowing arbitrary Tcl expressions and
 ** scripts to be evaluated from TH1.  Additionally, the Tcl
 ** interpreter will be able to evaluate arbitrary TH1
 ** expressions and scripts.
 */

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to