Fossil SCM

Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter

andygoth 2016-05-21 21:00 trunk
Commit 1640479b7dd081357b8a22b9a1beb4ef795e4b40
1 file changed +1 -1
+1 -1
--- src/db.c
+++ src/db.c
@@ -2678,11 +2678,11 @@
26782678
** TRUE for unix and FALSE for Cygwin, Mac and Windows.
26792679
**
26802680
** clean-glob The VALUE is a comma or newline-separated list of GLOB
26812681
** (versionable) patterns specifying files that the "clean" command will
26822682
** delete without prompting or allowing undo.
2683
-** Example: *.a *.lib *.o
2683
+** Example: *.a,*.lib,*.o
26842684
**
26852685
** clearsign When enabled, fossil will attempt to sign all commits
26862686
** with gpg. When disabled (the default), commits will
26872687
** be unsigned. Default: off
26882688
**
26892689
--- src/db.c
+++ src/db.c
@@ -2678,11 +2678,11 @@
2678 ** TRUE for unix and FALSE for Cygwin, Mac and Windows.
2679 **
2680 ** clean-glob The VALUE is a comma or newline-separated list of GLOB
2681 ** (versionable) patterns specifying files that the "clean" command will
2682 ** delete without prompting or allowing undo.
2683 ** Example: *.a *.lib *.o
2684 **
2685 ** clearsign When enabled, fossil will attempt to sign all commits
2686 ** with gpg. When disabled (the default), commits will
2687 ** be unsigned. Default: off
2688 **
2689
--- src/db.c
+++ src/db.c
@@ -2678,11 +2678,11 @@
2678 ** TRUE for unix and FALSE for Cygwin, Mac and Windows.
2679 **
2680 ** clean-glob The VALUE is a comma or newline-separated list of GLOB
2681 ** (versionable) patterns specifying files that the "clean" command will
2682 ** delete without prompting or allowing undo.
2683 ** Example: *.a,*.lib,*.o
2684 **
2685 ** clearsign When enabled, fossil will attempt to sign all commits
2686 ** with gpg. When disabled (the default), commits will
2687 ** be unsigned. Default: off
2688 **
2689

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button