Fossil

All files named ”www/globs.md”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for www/globs.md

2024-02-18
13:08
Fixed another case of extra indenting in the globs doc ... (file: [ff40b819] check-in: [ea3925bd] user: wyoung branch: trunk, size: 27108)
2023-05-22
23:54
Improved the documentation for quote parsing in globs. ... (file: [b1d2513a] check-in: [609bf98b] user: wyoung branch: trunk, size: 27110)
22:30
Added a few named anchors to the globs doc, added a mention of the new empty-dirs handling, and improved the internal MD markup style. ... (file: [9556dfdd] check-in: [b293b265] user: wyoung branch: trunk, size: 26713)
22:23
Brought the globs doc back into line with the underlying implementation, and to mention the new treatement of the empty-dirs setting's value. ... (file: [96a3073a] check-in: [2c0b70eb] user: wyoung branch: trunk, size: 26394)
2023-04-20
12:12
Mention comments in the document about glob patterns. ... (file: [e589fbd2] check-in: [9558bf82] user: danield branch: trunk, size: 26294)
2022-02-26
01:36
globs.md: clarified that globs apply to the whole dir/filename combination without any awareness/special treatment of the directory part, as suggested in forum post 6637b92a6a17a6bc. ... (file: [78e1eeb6] check-in: [d862cb71] user: stephan branch: trunk, size: 26178)
2021-09-17
02:02
Converted all uses of the obsolete named anchor feature from HTML before 4.0 to use fragment identifiers instead. (www/* subtree only.)

Where possible, changed constructs like

<a name="foo"></a><h3>
to
<h3 id="foo">

Also fixed a few cases where the link target came after a header so the browser would scroll the header off the screen when visiting the targeted section.

Added a 50em pad at the bottom of one such edited doc to allow the intra-doc link targets to be useful since it's a short enough doc that on sufficiently tall browser windows, scrolling isn't possible, so using those anchors has no visible effect. ... (file: [4bc9898e] check-in: [93cee1f5] user: wyoung branch: trunk, size: 25875)

2021-02-09
13:34
The canonical Fossil homepage is now https://fossil-scm.org/home without the "www." in the domain and with the main path at /home, not /index.html or /fossil. Update all URLs in documentation to reflect this fact. ... (file: [134961aa] check-in: [09908ab0] user: drh branch: trunk, size: 25879)
2021-01-12
16:00
Fix typos in Markdown and Wiki pages. ... (file: [d8a0dc33] check-in: [e755561d] user: danield branch: trunk, size: 25899)
2020-03-21
19:57
Assorted improvements to www/globs.md, mainly to clarity and grammar. ... (file: [fb92287b] check-in: [7898593d] user: wyoung branch: trunk, size: 25900)
2020-03-18
17:25
Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. ... (file: [8a041a93] check-in: [bb292b64] user: wyoung branch: glob-docs, size: 25252)
17:03
Hoist the list of POSIX subsystem features for Windows up to the top of the "Windows" section in globs.md to wave readers off to the "POSIX" section of the same doc before we get into truly Windows-specific details. ... (file: [50a4195d] check-in: [21929d37] user: wyoung branch: glob-docs, size: 23978)
15:28
Update the list of "Commands that Refer to Globs". ... (file: [643dee6b] check-in: [50a8e536] user: florian branch: glob-docs, size: 23566)
15:25
Mention the tricks to preview glob expansion with the `test-echo' command, and to try glob matching with `test-glob'. ... (file: [8d50dfd4] check-in: [9a428be5] user: florian branch: glob-docs, size: 23523)
15:14
Mention the handy batch script to launch Fossil without glob expansion on Windows. ... (file: [aa7494fe] check-in: [1a305a5c] user: florian branch: glob-docs, size: 22920)
15:09
Correct a statement that contradicts the first paragraph in the same section. ... (file: [e7da8a75] check-in: [ce5925c2] user: florian branch: glob-docs, size: 22728)
2017-09-24
04:42
Use tables throughout globs.md ... (file: [023c06fa] check-in: [7f2689b1] user: andygoth branch: andygoth-annotation-enhancements, size: 22729)
2017-05-26
08:44
Requesting Fossil 2.3 release just after the Unicode 10.0 release (expected around june 20, 2017). If earlier, please revert commit [09bcc322f7bcf52f|09bcc322f7] first. ... (file: [91286572] check-in: [6fe0d689] user: jan.nijtmans branch: trunk, size: 21769)
2017-05-08
23:00
Final proofreading of file glob patterns document before merging to trunk. Also updated the permuted index to match mkindex.tcl and the current glob article title. ... (file: [94988810] check-in: [ea1fd253] user: rberteig branch: glob-docs, size: 21784)
2017-05-04
14:52
Tweak format of initial list of special characters to match format of examples given two sections below ... (file: [ce4ed43d] check-in: [160b9852] user: andygoth branch: glob-docs, size: 21360)
2017-05-01
13:57
Assorted tweaks to new Platform Quirks section of www/globs.md after re-reading it. ... (file: [1cefe06a] check-in: [a53d3b7d] user: wyoung branch: glob-docs, size: 21364)
13:34
Replaced the Platform Quirks section of the www/globs.md document with a modified version of what I (Warren Young) posted to the mailing list, the differences answering Ross Berteig critiques of the original version. ... (file: [607c7e80] check-in: [0a51f1bf] user: wyoung branch: glob-docs, size: 21228)
2017-04-20
18:53
With examples split into their own list, switch back to compacted bullet lists. ... (file: [48372e9e] check-in: [8ce3e9a6] user: rberteig branch: glob-docs, size: 15907)
18:26
Correct display of character list examples to work around lack of multi-level bulleted lists ... (file: [f6cae0dc] check-in: [2df14399] user: andygoth branch: glob-docs, size: 15920)
2017-04-19
22:07
Add some hints about translating from .gitignore to ignore-glob. I only scratched the surface: this could easily become the subject of a book. ... (file: [a63d6751] check-in: [ddea92ad] user: rberteig branch: glob-docs, size: 15916)
2017-04-18
22:25
In globs.md, fixed one more all-caps GLOB and reworded some things. ... (file: [6da73773] check-in: [daf2ada2] user: rberteig branch: glob-docs, size: 13388)
19:50
More editorial work. ... (file: [978bc0d9] check-in: [1adc47e0] user: rberteig branch: glob-docs, size: 12950)
01:29
Substantial and minor changes to the file globs document taking advice from Warren Young's email. ... (file: [eaf20992] check-in: [1239b6c4] user: rberteig branch: glob-docs, size: 12297)
2017-04-16
01:11
Consistently use ` instead of ' to surround individual characters ... (file: [92e8381d] check-in: [565685b5] user: andygoth branch: glob-docs, size: 7692)
01:09
Mention difference between Fossil globs and Unix shell globs ... (file: [85645437] check-in: [8df6df49] user: andygoth branch: glob-docs, size: 7692)
00:45
Replace []] example with [][] because a single-character character class is not terribly useful whereas the latter demonstrates the same concept as well as the visibly unusual way to match either bracket. Add example showing how to match a ^ character as well as ], further reinforcing the above. ... (file: [2cbbb68f] check-in: [541e3249] user: andygoth branch: glob-docs, size: 7523)
2017-04-14
22:40
Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. ... (file: [125b9392] check-in: [b96f86c6] user: rberteig branch: glob-docs, size: 7493)