Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Correct name of extras command |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | andygoth-annotation-enhancements |
| Files: | files | file ages | folders |
| SHA3-256: |
4546d93da3b567e62396c5fab487f2ea |
| User & Date: | andygoth 2017-09-24 04:41:25.444 |
Context
|
2017-09-24
| ||
| 04:42 | Use tables throughout globs.md check-in: 7f2689b1b5 user: andygoth tags: andygoth-annotation-enhancements | |
| 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 | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
2955 2956 2957 2958 2959 2960 2961 | ** If true, then the Fossil web server will redirect unencrypted ** login screeen requests to HTTPS. */ /* ** SETTING: ignore-glob width=40 versionable block-text ** The value is a comma or newline-separated list of GLOB ** patterns specifying files that the "add", "addremove", | | | 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 | ** If true, then the Fossil web server will redirect unencrypted ** login screeen requests to HTTPS. */ /* ** SETTING: ignore-glob width=40 versionable block-text ** The value is a comma or newline-separated list of GLOB ** patterns specifying files that the "add", "addremove", ** "clean", and "extras" commands will ignore. ** ** Example: *.log customCode.c notes.txt */ /* ** SETTING: keep-glob width=40 versionable block-text ** The value is a comma or newline-separated list of GLOB ** patterns specifying files that the "clean" command will keep |
| ︙ | ︙ |