Add diff for ODT file
just add : *.ods diff=odf *.odt diff=odf *.odp diff=odf in $GIT_DIR/info/attributes
This commit is contained in:
parent
c5ab496deb
commit
5c17c23663
15
.gitconfig
15
.gitconfig
@ -1,14 +1,17 @@
|
||||
[user]
|
||||
name = Mathieu Maret
|
||||
email = mathieu.maret@openwide.fr
|
||||
name = Mathieu Maret
|
||||
email = mathieu.maret@openwide.fr
|
||||
[color]
|
||||
ui = auto
|
||||
diff = auto
|
||||
status = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
[pack]
|
||||
threads = 0
|
||||
[alias]
|
||||
lg = log -M --decorate --graph
|
||||
st = status
|
||||
ci = commit
|
||||
lg = log -M --decorate --graph
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
[diff "odf"]
|
||||
textconv=odt2txt
|
||||
|
Loading…
Reference in New Issue
Block a user