Fossil SCM
Correct a statement that contradicts the first paragraph in the same section.
Commit
ce5925c2024af803ff821fd6ca75f4e50cbb3f9c17ebf37652a58a1a4aebe7aa
Parent
8466a1572259134…
1 file changed
+1
-1
+1
-1
| --- www/globs.md | ||
| +++ www/globs.md | ||
| @@ -418,11 +418,11 @@ | ||
| 418 | 418 | |
| 419 | 419 | Another (usually) correct approach is: |
| 420 | 420 | |
| 421 | 421 | C:\...> fossil setting crlf-glob *, |
| 422 | 422 | |
| 423 | -This works because the trailing comma prevents the command shell from | |
| 423 | +This works because the trailing comma prevents the glob pattern from | |
| 424 | 424 | matching any files, unless you happen to have files named with a |
| 425 | 425 | trailing comma in the current directory. If the pattern matches no |
| 426 | 426 | files, it is passed into Fossil's `main()` function as-is by the C |
| 427 | 427 | runtime system. Since Fossil uses commas to separate multiple glob |
| 428 | 428 | patterns, this means "all files at the root of the Fossil checkout |
| 429 | 429 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -418,11 +418,11 @@ | |
| 418 | |
| 419 | Another (usually) correct approach is: |
| 420 | |
| 421 | C:\...> fossil setting crlf-glob *, |
| 422 | |
| 423 | This works because the trailing comma prevents the command shell from |
| 424 | matching any files, unless you happen to have files named with a |
| 425 | trailing comma in the current directory. If the pattern matches no |
| 426 | files, it is passed into Fossil's `main()` function as-is by the C |
| 427 | runtime system. Since Fossil uses commas to separate multiple glob |
| 428 | patterns, this means "all files at the root of the Fossil checkout |
| 429 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -418,11 +418,11 @@ | |
| 418 | |
| 419 | Another (usually) correct approach is: |
| 420 | |
| 421 | C:\...> fossil setting crlf-glob *, |
| 422 | |
| 423 | This works because the trailing comma prevents the glob pattern from |
| 424 | matching any files, unless you happen to have files named with a |
| 425 | trailing comma in the current directory. If the pattern matches no |
| 426 | files, it is passed into Fossil's `main()` function as-is by the C |
| 427 | runtime system. Since Fossil uses commas to separate multiple glob |
| 428 | patterns, this means "all files at the root of the Fossil checkout |
| 429 |