Fossil SCM

Indent fix in gitusers.md to make it use a monospace font for nested command examples.

wyoung 2024-04-26 16:19 trunk
Commit dd8d1a5809af15b799ad129c81b65c69b73c6207dcead0e277e27e485a4da272
1 file changed +2 -2
+2 -2
--- www/gitusers.md
+++ www/gitusers.md
@@ -862,18 +862,18 @@
862862
Nevertheless, there are multiple ways to get colorized diff output from
863863
Fossil:
864864
865865
* The most direct method is to delegate diff behavior back to Git:
866866
867
- fossil set --global diff-command 'git diff --no-index'
867
+ fossil set --global diff-command 'git diff --no-index'
868868
869869
The flag permits it to diff files that aren’t inside a Git repository.
870870
871871
* Another method is to install [`colordiff`][cdiff] — included in
872872
[many package systems][cdpkg] — then say:
873873
874
- fossil set --global diff-command 'colordiff -wu'
874
+ fossil set --global diff-command 'colordiff -wu'
875875
876876
Because this is unconditional, unlike `git diff --color=auto`, you
877877
will then have to remember to add the `-i` option to `fossil diff`
878878
commands when you want color disabled, such as when producing
879879
`patch(1)` files or piping diff output to another command that
880880
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button