Fossil SCM
Fixed a broken link in the new colordiff doc due to being extracted from the gitusers doc.
Commit
449879163a4dda516d3fc510616d7d1d9e4794d9ab0ae045ab9a29fdf8befdcf
Parent
9fca91e8e3d225f…
2 files changed
+3
-2
-1
+3
-2
| --- www/colordiff.md | ||
| +++ www/colordiff.md | ||
| @@ -87,15 +87,16 @@ | ||
| 87 | 87 | |
| 88 | 88 | <a id="colordiff"></a> |
| 89 | 89 | ## Colordiff |
| 90 | 90 | |
| 91 | 91 | A method that works on systems predating GNU diffutils 3.4 or the |
| 92 | -widespread availability of `bat` is to install [`colordiff`][cd], as | |
| 92 | +widespread availability of `bat` is to install [`colordiff`][cdurl], as | |
| 93 | 93 | it is included in [many package systems][cdpkg], including ones for |
| 94 | 94 | outdated OSes. That then lets you say: |
| 95 | 95 | |
| 96 | 96 | fossil set --global diff-command 'colordiff -dwu' |
| 97 | 97 | |
| 98 | 98 | The main reason we list this alternative last is that it has the same |
| 99 | 99 | limitation of unconditional color as [above](#diffutils). |
| 100 | 100 | |
| 101 | -[cd]: https://www.colordiff.org/ | |
| 101 | +[cdurl]: https://www.colordiff.org/ | |
| 102 | +[cdpkg]: https://repology.org/project/colordiff/versions | |
| 102 | 103 |
| --- www/colordiff.md | |
| +++ www/colordiff.md | |
| @@ -87,15 +87,16 @@ | |
| 87 | |
| 88 | <a id="colordiff"></a> |
| 89 | ## Colordiff |
| 90 | |
| 91 | A method that works on systems predating GNU diffutils 3.4 or the |
| 92 | widespread availability of `bat` is to install [`colordiff`][cd], as |
| 93 | it is included in [many package systems][cdpkg], including ones for |
| 94 | outdated OSes. That then lets you say: |
| 95 | |
| 96 | fossil set --global diff-command 'colordiff -dwu' |
| 97 | |
| 98 | The main reason we list this alternative last is that it has the same |
| 99 | limitation of unconditional color as [above](#diffutils). |
| 100 | |
| 101 | [cd]: https://www.colordiff.org/ |
| 102 |
| --- www/colordiff.md | |
| +++ www/colordiff.md | |
| @@ -87,15 +87,16 @@ | |
| 87 | |
| 88 | <a id="colordiff"></a> |
| 89 | ## Colordiff |
| 90 | |
| 91 | A method that works on systems predating GNU diffutils 3.4 or the |
| 92 | widespread availability of `bat` is to install [`colordiff`][cdurl], as |
| 93 | it is included in [many package systems][cdpkg], including ones for |
| 94 | outdated OSes. That then lets you say: |
| 95 | |
| 96 | fossil set --global diff-command 'colordiff -dwu' |
| 97 | |
| 98 | The main reason we list this alternative last is that it has the same |
| 99 | limitation of unconditional color as [above](#diffutils). |
| 100 | |
| 101 | [cdurl]: https://www.colordiff.org/ |
| 102 | [cdpkg]: https://repology.org/project/colordiff/versions |
| 103 |
-1
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -862,11 +862,10 @@ | ||
| 862 | 862 | |
| 863 | 863 | There are [many methods](./colordiff.md) for solving this. |
| 864 | 864 | Viewed this way, Fossil doesn’t lack colorized diffs, it simply has |
| 865 | 865 | *one* method where they *aren’t* colorized. |
| 866 | 866 | |
| 867 | -[cdpkg]: https://repology.org/project/colordiff/versions | |
| 868 | 867 | [pfile]: https://en.wikipedia.org/wiki/Patch_(Unix) |
| 869 | 868 | [udiff]: https://en.wikipedia.org/wiki/Diff#Unified_format |
| 870 | 869 | |
| 871 | 870 | |
| 872 | 871 | ## <a id="show"></a> Showing Information About Commits |
| 873 | 872 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -862,11 +862,10 @@ | |
| 862 | |
| 863 | There are [many methods](./colordiff.md) for solving this. |
| 864 | Viewed this way, Fossil doesn’t lack colorized diffs, it simply has |
| 865 | *one* method where they *aren’t* colorized. |
| 866 | |
| 867 | [cdpkg]: https://repology.org/project/colordiff/versions |
| 868 | [pfile]: https://en.wikipedia.org/wiki/Patch_(Unix) |
| 869 | [udiff]: https://en.wikipedia.org/wiki/Diff#Unified_format |
| 870 | |
| 871 | |
| 872 | ## <a id="show"></a> Showing Information About Commits |
| 873 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -862,11 +862,10 @@ | |
| 862 | |
| 863 | There are [many methods](./colordiff.md) for solving this. |
| 864 | Viewed this way, Fossil doesn’t lack colorized diffs, it simply has |
| 865 | *one* method where they *aren’t* colorized. |
| 866 | |
| 867 | [pfile]: https://en.wikipedia.org/wiki/Patch_(Unix) |
| 868 | [udiff]: https://en.wikipedia.org/wiki/Diff#Unified_format |
| 869 | |
| 870 | |
| 871 | ## <a id="show"></a> Showing Information About Commits |
| 872 |