tools: Standard diff output is easier to understand overall.

This commit is contained in:
Andrew Hamilton 2022-01-01 21:43:06 +10:00
parent 0b23adc324
commit 792339a30f

View file

@ -105,7 +105,7 @@ tools_for_extensions = [
[git_diff] [git_diff]
dependencies = ["git"] dependencies = ["git"]
url = "https://git-scm.com/docs/git-diff" url = "https://git-scm.com/docs/git-diff"
command = "git diff --word-diff=color --exit-code" command = "git diff --exit-code"
has_color = true has_color = true
[git_blame] [git_blame]