Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update description of clean-glob in accordance with past updates to the clean command |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
15aa04ab0c6fea77840c093911df1e7e |
| User & Date: | andygoth 2016-05-21 20:57:12.376 |
Context
|
2016-05-21
| ||
| 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 | |
| 20:37 | Further improvements to the documentation for clean to better match the implementation check-in: dd77130500 user: andygoth tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2675 2676 2677 2678 2679 2680 2681 | ** case-sensitive If TRUE, the files whose names differ only in case ** 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 | | | | 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 | ** case-sensitive If TRUE, the files whose names differ only in case ** 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 |
| ︙ | ︙ |