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]
|
[user]
|
||||||
name = Mathieu Maret
|
name = Mathieu Maret
|
||||||
email = mathieu.maret@openwide.fr
|
email = mathieu.maret@openwide.fr
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
branch = auto
|
branch = auto
|
||||||
[pack]
|
[pack]
|
||||||
threads = 0
|
threads = 0
|
||||||
[alias]
|
[alias]
|
||||||
lg = log -M --decorate --graph
|
lg = log -M --decorate --graph
|
||||||
st = status
|
st = status
|
||||||
ci = commit
|
ci = commit
|
||||||
|
co = checkout
|
||||||
|
[diff "odf"]
|
||||||
|
textconv=odt2txt
|
||||||
|
Loading…
Reference in New Issue
Block a user