Fossil SCM
Clarified the comment in the gitusers doc about "fossil diff --numstat" output being cryptic.
Commit
0271fa086a39f3c441429f66d9bf855880820e57cc3a08ac0780461fa6520f97
Parent
f42b5773ed03003…
1 file changed
+2
-1
+2
-1
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -793,11 +793,12 @@ | ||
| 793 | 793 | `git show --stat` is: |
| 794 | 794 | |
| 795 | 795 | fossil diff -i --from 2020-04-01 --numstat |
| 796 | 796 | |
| 797 | 797 | The `--numstat` output is a bit cryptic, so we recommend delegating |
| 798 | -this task to [the widely-available `diffstat` tool][dst]: | |
| 798 | +this task to [the widely-available `diffstat` tool][dst], which gives | |
| 799 | +a histogram in its default output mode rather than bare integers: | |
| 799 | 800 | |
| 800 | 801 | fossil diff -i -N --from 2020-04-01 | diffstat |
| 801 | 802 | |
| 802 | 803 | We gave the `-i` flag in both cases to force Fossil to use its internal |
| 803 | 804 | diff implementation, bypassing [your local `diff-command` setting][dcset]. |
| 804 | 805 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -793,11 +793,12 @@ | |
| 793 | `git show --stat` is: |
| 794 | |
| 795 | fossil diff -i --from 2020-04-01 --numstat |
| 796 | |
| 797 | The `--numstat` output is a bit cryptic, so we recommend delegating |
| 798 | this task to [the widely-available `diffstat` tool][dst]: |
| 799 | |
| 800 | fossil diff -i -N --from 2020-04-01 | diffstat |
| 801 | |
| 802 | We gave the `-i` flag in both cases to force Fossil to use its internal |
| 803 | diff implementation, bypassing [your local `diff-command` setting][dcset]. |
| 804 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -793,11 +793,12 @@ | |
| 793 | `git show --stat` is: |
| 794 | |
| 795 | fossil diff -i --from 2020-04-01 --numstat |
| 796 | |
| 797 | The `--numstat` output is a bit cryptic, so we recommend delegating |
| 798 | this task to [the widely-available `diffstat` tool][dst], which gives |
| 799 | a histogram in its default output mode rather than bare integers: |
| 800 | |
| 801 | fossil diff -i -N --from 2020-04-01 | diffstat |
| 802 | |
| 803 | We gave the `-i` flag in both cases to force Fossil to use its internal |
| 804 | diff implementation, bypassing [your local `diff-command` setting][dcset]. |
| 805 |