mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
[git] Enable diffing documents by default
This commit is contained in:
parent
d5d0a168f5
commit
97ab089316
3 changed files with 15 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
default = matching
|
||||
[core]
|
||||
excludesfile = ~/.config/git/ignore
|
||||
attributesfile = ~/.config/git/attributes
|
||||
[color]
|
||||
ui = auto
|
||||
[color "status"]
|
||||
|
@ -20,7 +21,7 @@
|
|||
[diff]
|
||||
mnemonicPrefix = true
|
||||
tool = vimdiff
|
||||
[diff "rst"]
|
||||
[diff "pandoc"]
|
||||
textconv = pandoc --to=rst
|
||||
[diff "pdf"]
|
||||
textconv = pdf2txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue