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 | SQL archive |
Timelines: | family | ancestors | descendants | both | annotation-enhancements |
Files: | files | file ages | folders |
SHA3-256: | 41162e1ac56585d4d56e515d286171ba4563ada01897973c7731e08deecb4b1d |
User & Date: | andygoth 2017-09-24 04:33:24 |
Context
2017-09-24
| ||
04:41 | Correct name of extras command check-in: 4546d93d user: andygoth tags: annotation-enhancements | |
04:33 | Correct typo preventing "fossil help clean-glob" from working check-in: 41162e1a user: andygoth tags: annotation-enhancements | |
2017-09-23
| ||
21:52 | Convert /fdiff and (partially) /vdiff to use checkboxes check-in: 19e89654 user: andygoth tags: annotation-enhancements | |
Changes
Changes to src/db.c.
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
/*
** STTING: 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
|
| |
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
|