Fossil SCM
Mention the handy batch script to launch Fossil without glob expansion on Windows.
Commit
1a305a5ceb9f32974049e87ff935604f0427948f366f758e10b8f158e3585f4e
Parent
ce5925c2024af80…
1 file changed
+4
-1
+4
-1
| --- www/globs.md | ||
| +++ www/globs.md | ||
| @@ -412,11 +412,14 @@ | ||
| 412 | 412 | |
| 413 | 413 | This works because the built-in command `echo` does not expand its |
| 414 | 414 | arguments, and the `--args -` option makes it read further command |
| 415 | 415 | arguments from Fossil's standard input, which is connected to the output |
| 416 | 416 | of `echo` by the pipe. (`-` is a common Unix convention meaning |
| 417 | -"standard input.") | |
| 417 | +"standard input.") A [batch script][fng.cmd] to automate this trick was | |
| 418 | +posted on the (now inactive) Fossil Mailing List. | |
| 419 | + | |
| 420 | +[fng.cmd]: https://www.mail-archive.com/[email protected]/msg25099.html | |
| 418 | 421 | |
| 419 | 422 | Another (usually) correct approach is: |
| 420 | 423 | |
| 421 | 424 | C:\...> fossil setting crlf-glob *, |
| 422 | 425 | |
| 423 | 426 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -412,11 +412,14 @@ | |
| 412 | |
| 413 | This works because the built-in command `echo` does not expand its |
| 414 | arguments, and the `--args -` option makes it read further command |
| 415 | arguments from Fossil's standard input, which is connected to the output |
| 416 | of `echo` by the pipe. (`-` is a common Unix convention meaning |
| 417 | "standard input.") |
| 418 | |
| 419 | Another (usually) correct approach is: |
| 420 | |
| 421 | C:\...> fossil setting crlf-glob *, |
| 422 | |
| 423 |
| --- www/globs.md | |
| +++ www/globs.md | |
| @@ -412,11 +412,14 @@ | |
| 412 | |
| 413 | This works because the built-in command `echo` does not expand its |
| 414 | arguments, and the `--args -` option makes it read further command |
| 415 | arguments from Fossil's standard input, which is connected to the output |
| 416 | of `echo` by the pipe. (`-` is a common Unix convention meaning |
| 417 | "standard input.") A [batch script][fng.cmd] to automate this trick was |
| 418 | posted on the (now inactive) Fossil Mailing List. |
| 419 | |
| 420 | [fng.cmd]: https://www.mail-archive.com/[email protected]/msg25099.html |
| 421 | |
| 422 | Another (usually) correct approach is: |
| 423 | |
| 424 | C:\...> fossil setting crlf-glob *, |
| 425 | |
| 426 |