Fossil SCM
Mention comments in the document about glob patterns.
Commit
9558bf829429aa1f56174c1ea94bed1874bafb4d7e5a20f697067c192ca6994d
Parent
6d2dbf985a1eda3…
1 file changed
+3
-1
+3
-1
| --- www/globs.md | ||
| +++ www/globs.md | ||
| @@ -532,11 +532,13 @@ | ||
| 532 | 532 | `.fossil-settings/ignore-glob` may be possible in many cases. Here are |
| 533 | 533 | some of features of `.gitignore` and comments on how they relate to |
| 534 | 534 | Fossil: |
| 535 | 535 | |
| 536 | 536 | * "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. | |
| 538 | 540 | * "Trailing spaces are ignored unless they are quoted..." is similar |
| 539 | 541 | in Fossil. All whitespace before and after a glob is trimmed in |
| 540 | 542 | Fossil unless quoted with single or double quotes. Git uses |
| 541 | 543 | backslash quoting instead, which Fossil does not. |
| 542 | 544 | * "An optional prefix "!" which negates the pattern...": not in |
| 543 | 545 |
| --- 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 |