git: remove test dependencies on delta and git-lfs
This commit is contained in:
parent
b584745506
commit
57518cd0bf
2 changed files with 13 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
gpgSign = true
|
||||
|
||||
[core]
|
||||
pager = "@deltaCommand@"
|
||||
pager = "@delta@/bin/delta"
|
||||
|
||||
[delta]
|
||||
features = "decorations"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
program = "path-to-gpg"
|
||||
|
||||
[interactive]
|
||||
diffFilter = "@deltaCommand@ --color-only"
|
||||
diffFilter = "@delta@/bin/delta --color-only"
|
||||
|
||||
[user]
|
||||
email = "user@example.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue