Fossil SCM
Removed extra indent in an MD code block.
Commit
eedcd15040ec36c8fc7020253c65974d82dcd51472ab6308d0e1c679ee46e689
Parent
6c9755b9a6c6d7d…
1 file changed
+1
-1
+1
-1
| --- www/grep.md | ||
| +++ www/grep.md | ||
| @@ -45,11 +45,11 @@ | ||
| 45 | 45 | which would presumably search a subtree of managed files. If Fossil does |
| 46 | 46 | one day get this feature, it would have a different option letter, since |
| 47 | 47 | `-R` in Fossil has a different meaning, by convention. Until then, you |
| 48 | 48 | can get the same effect on systems with a POSIX shell like so: |
| 49 | 49 | |
| 50 | - $ fossil grep COMMAND: $(fossil ls src) | |
| 50 | + $ fossil grep COMMAND: $(fossil ls src) | |
| 51 | 51 | |
| 52 | 52 | If you run that in a check-out of the [Fossil self-hosting source |
| 53 | 53 | repository][fshsr], that returns the first line of the built-in |
| 54 | 54 | documentation for each Fossil command, across all historical verisons. |
| 55 | 55 | |
| 56 | 56 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -45,11 +45,11 @@ | |
| 45 | which would presumably search a subtree of managed files. If Fossil does |
| 46 | one day get this feature, it would have a different option letter, since |
| 47 | `-R` in Fossil has a different meaning, by convention. Until then, you |
| 48 | can get the same effect on systems with a POSIX shell like so: |
| 49 | |
| 50 | $ fossil grep COMMAND: $(fossil ls src) |
| 51 | |
| 52 | If you run that in a check-out of the [Fossil self-hosting source |
| 53 | repository][fshsr], that returns the first line of the built-in |
| 54 | documentation for each Fossil command, across all historical verisons. |
| 55 | |
| 56 |
| --- www/grep.md | |
| +++ www/grep.md | |
| @@ -45,11 +45,11 @@ | |
| 45 | which would presumably search a subtree of managed files. If Fossil does |
| 46 | one day get this feature, it would have a different option letter, since |
| 47 | `-R` in Fossil has a different meaning, by convention. Until then, you |
| 48 | can get the same effect on systems with a POSIX shell like so: |
| 49 | |
| 50 | $ fossil grep COMMAND: $(fossil ls src) |
| 51 | |
| 52 | If you run that in a check-out of the [Fossil self-hosting source |
| 53 | repository][fshsr], that returns the first line of the built-in |
| 54 | documentation for each Fossil command, across all historical verisons. |
| 55 | |
| 56 |