Fossil SCM

Mention comments in the document about glob patterns.

danield 2023-04-20 12:12 trunk
Commit 9558bf829429aa1f56174c1ea94bed1874bafb4d7e5a20f697067c192ca6994d
1 file changed +3 -1
+3 -1
--- www/globs.md
+++ www/globs.md
@@ -532,11 +532,13 @@
532532
`.fossil-settings/ignore-glob` may be possible in many cases. Here are
533533
some of features of `.gitignore` and comments on how they relate to
534534
Fossil:
535535
536536
* "A blank line matches no files...": same in Fossil.
537
- * "A line starting with # serves as a comment....": not in Fossil.
537
+ * "A line starting with # serves as a comment...": same in Fossil, including
538
+ the possibility of escaping an initial `#` with a backslash to allow globs
539
+ beginning with a hash.
538540
* "Trailing spaces are ignored unless they are quoted..." is similar
539541
in Fossil. All whitespace before and after a glob is trimmed in
540542
Fossil unless quoted with single or double quotes. Git uses
541543
backslash quoting instead, which Fossil does not.
542544
* "An optional prefix "!" which negates the pattern...": not in
543545
--- www/globs.md
+++ www/globs.md
@@ -532,11 +532,13 @@
532 `.fossil-settings/ignore-glob` may be possible in many cases. Here are
533 some of features of `.gitignore` and comments on how they relate to
534 Fossil:
535
536 * "A blank line matches no files...": same in Fossil.
537 * "A line starting with # serves as a comment....": not in Fossil.
 
 
538 * "Trailing spaces are ignored unless they are quoted..." is similar
539 in Fossil. All whitespace before and after a glob is trimmed in
540 Fossil unless quoted with single or double quotes. Git uses
541 backslash quoting instead, which Fossil does not.
542 * "An optional prefix "!" which negates the pattern...": not in
543
--- www/globs.md
+++ www/globs.md
@@ -532,11 +532,13 @@
532 `.fossil-settings/ignore-glob` may be possible in many cases. Here are
533 some of features of `.gitignore` and comments on how they relate to
534 Fossil:
535
536 * "A blank line matches no files...": same in Fossil.
537 * "A line starting with # serves as a comment...": same in Fossil, including
538 the possibility of escaping an initial `#` with a backslash to allow globs
539 beginning with a hash.
540 * "Trailing spaces are ignored unless they are quoted..." is similar
541 in Fossil. All whitespace before and after a glob is trimmed in
542 Fossil unless quoted with single or double quotes. Git uses
543 backslash quoting instead, which Fossil does not.
544 * "An optional prefix "!" which negates the pattern...": not in
545

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button