Fossil SCM
Indent fix in gitusers.md to make it use a monospace font for nested command examples.
Commit
dd8d1a5809af15b799ad129c81b65c69b73c6207dcead0e277e27e485a4da272
Parent
567658a71846de0…
1 file changed
+2
-2
+2
-2
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -862,18 +862,18 @@ | ||
| 862 | 862 | Nevertheless, there are multiple ways to get colorized diff output from |
| 863 | 863 | Fossil: |
| 864 | 864 | |
| 865 | 865 | * The most direct method is to delegate diff behavior back to Git: |
| 866 | 866 | |
| 867 | - fossil set --global diff-command 'git diff --no-index' | |
| 867 | + fossil set --global diff-command 'git diff --no-index' | |
| 868 | 868 | |
| 869 | 869 | The flag permits it to diff files that aren’t inside a Git repository. |
| 870 | 870 | |
| 871 | 871 | * Another method is to install [`colordiff`][cdiff] — included in |
| 872 | 872 | [many package systems][cdpkg] — then say: |
| 873 | 873 | |
| 874 | - fossil set --global diff-command 'colordiff -wu' | |
| 874 | + fossil set --global diff-command 'colordiff -wu' | |
| 875 | 875 | |
| 876 | 876 | Because this is unconditional, unlike `git diff --color=auto`, you |
| 877 | 877 | will then have to remember to add the `-i` option to `fossil diff` |
| 878 | 878 | commands when you want color disabled, such as when producing |
| 879 | 879 | `patch(1)` files or piping diff output to another command that |
| 880 | 880 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -862,18 +862,18 @@ | |
| 862 | Nevertheless, there are multiple ways to get colorized diff output from |
| 863 | Fossil: |
| 864 | |
| 865 | * The most direct method is to delegate diff behavior back to Git: |
| 866 | |
| 867 | fossil set --global diff-command 'git diff --no-index' |
| 868 | |
| 869 | The flag permits it to diff files that aren’t inside a Git repository. |
| 870 | |
| 871 | * Another method is to install [`colordiff`][cdiff] — included in |
| 872 | [many package systems][cdpkg] — then say: |
| 873 | |
| 874 | fossil set --global diff-command 'colordiff -wu' |
| 875 | |
| 876 | Because this is unconditional, unlike `git diff --color=auto`, you |
| 877 | will then have to remember to add the `-i` option to `fossil diff` |
| 878 | commands when you want color disabled, such as when producing |
| 879 | `patch(1)` files or piping diff output to another command that |
| 880 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -862,18 +862,18 @@ | |
| 862 | Nevertheless, there are multiple ways to get colorized diff output from |
| 863 | Fossil: |
| 864 | |
| 865 | * The most direct method is to delegate diff behavior back to Git: |
| 866 | |
| 867 | fossil set --global diff-command 'git diff --no-index' |
| 868 | |
| 869 | The flag permits it to diff files that aren’t inside a Git repository. |
| 870 | |
| 871 | * Another method is to install [`colordiff`][cdiff] — included in |
| 872 | [many package systems][cdpkg] — then say: |
| 873 | |
| 874 | fossil set --global diff-command 'colordiff -wu' |
| 875 | |
| 876 | Because this is unconditional, unlike `git diff --color=auto`, you |
| 877 | will then have to remember to add the `-i` option to `fossil diff` |
| 878 | commands when you want color disabled, such as when producing |
| 879 | `patch(1)` files or piping diff output to another command that |
| 880 |