Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
1640479b7dd081357b8a22b9a1beb4ef |
| User & Date: | andygoth 2016-05-21 21:00:58.411 |
Context
|
2016-05-21
| ||
| 22:48 | Point out that clean -prompt implies -disable-undo check-in: b5601dc3c4 user: andygoth tags: trunk | |
| 21:00 | Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter check-in: 1640479b7d user: andygoth tags: trunk | |
| 20:57 | Update description of clean-glob in accordance with past updates to the clean command check-in: 15aa04ab0c user: andygoth tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2676 2677 2678 2679 2680 2681 2682 | ** 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. ** ** clean-glob The VALUE is a comma or newline-separated list of GLOB ** (versionable) patterns specifying files that the "clean" command will ** delete without prompting or allowing undo. | | | 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 | ** 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. ** ** clean-glob The VALUE is a comma or newline-separated list of GLOB ** (versionable) patterns specifying files that the "clean" command will ** delete without prompting or allowing undo. ** Example: *.a,*.lib,*.o ** ** clearsign When enabled, fossil will attempt to sign all commits ** with gpg. When disabled (the default), commits will ** be unsigned. Default: off ** ** crnl-glob A comma or newline-separated list of GLOB patterns for ** (versionable) text files in which it is ok to have CR, CR+NL or mixed |
| ︙ | ︙ |