Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Correct typo preventing "fossil help clean-glob" from working |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | andygoth-annotation-enhancements |
| Files: | files | file ages | folders |
| SHA3-256: |
41162e1ac56585d4d56e515d286171ba |
| User & Date: | andygoth 2017-09-24 04:33:24.091 |
Context
|
2017-09-24
| ||
| 04:41 | Correct name of extras command check-in: 4546d93da3 user: andygoth tags: andygoth-annotation-enhancements | |
| 04:33 | Correct typo preventing "fossil help clean-glob" from working check-in: 41162e1ac5 user: andygoth tags: andygoth-annotation-enhancements | |
|
2017-09-23
| ||
| 21:52 | Convert /fdiff and (partially) /vdiff to use checkboxes check-in: 19e896543a user: andygoth tags: andygoth-annotation-enhancements | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2841 2842 2843 2844 2845 2846 2847 | ** 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. */ #endif /* | | | 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 | ** 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. */ #endif /* ** SETTING: clean-glob width=40 versionable block-text ** The VALUE of this setting is a comma or newline-separated list of GLOB ** patterns specifying files that the "clean" command will ** delete without prompting or allowing undo. ** Example: *.a,*.lib,*.o */ /* ** SETTING: clearsign boolean default=off |
| ︙ | ︙ |