tools: Add patch command to "git diff"
- May as well let the changes be easily removed.
This commit is contained in:
parent
906b0510bb
commit
267a100b09
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ tools_for_extensions = [
|
||||||
dependencies = ["git"]
|
dependencies = ["git"]
|
||||||
url = "https://git-scm.com/docs/git-diff"
|
url = "https://git-scm.com/docs/git-diff"
|
||||||
command = "git diff --exit-code"
|
command = "git diff --exit-code"
|
||||||
|
patch_command = "git checkout"
|
||||||
has_color = true
|
has_color = true
|
||||||
|
|
||||||
[git_blame]
|
[git_blame]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue