Fossil SCM
Update description of clean-glob in accordance with past updates to the clean command
Commit
15aa04ab0c6fea77840c093911df1e7e2ecd62eb
Parent
dd7713050051534…
1 file changed
+2
-2
M
src/db.c
+2
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2677,12 +2677,12 @@ | ||
| 2677 | 2677 | ** differ only in case are the same file. Defaults to |
| 2678 | 2678 | ** TRUE for unix and FALSE for Cygwin, Mac and Windows. |
| 2679 | 2679 | ** |
| 2680 | 2680 | ** clean-glob The VALUE is a comma or newline-separated list of GLOB |
| 2681 | 2681 | ** (versionable) patterns specifying files that the "clean" command will |
| 2682 | -** delete without prompting even when the -force flag has | |
| 2683 | -** not been used. Example: *.a *.lib *.o | |
| 2682 | +** delete without prompting or allowing undo. | |
| 2683 | +** Example: *.a *.lib *.o | |
| 2684 | 2684 | ** |
| 2685 | 2685 | ** clearsign When enabled, fossil will attempt to sign all commits |
| 2686 | 2686 | ** with gpg. When disabled (the default), commits will |
| 2687 | 2687 | ** be unsigned. Default: off |
| 2688 | 2688 | ** |
| 2689 | 2689 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2677,12 +2677,12 @@ | |
| 2677 | ** differ only in case are the same file. Defaults to |
| 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 even when the -force flag has |
| 2683 | ** not been used. 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 | |
| @@ -2677,12 +2677,12 @@ | |
| 2677 | ** differ only in case are the same file. Defaults to |
| 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 |