config/.gitconfig
Mathieu Maret 5c17c23663 Add diff for ODT file
just add :

*.ods diff=odf
*.odt diff=odf
*.odp diff=odf

in
$GIT_DIR/info/attributes
2010-11-10 15:27:39 +01:00

18 lines
294 B
INI

[user]
name = Mathieu Maret
email = mathieu.maret@openwide.fr
[color]
ui = auto
diff = auto
status = auto
branch = auto
[pack]
threads = 0
[alias]
lg = log -M --decorate --graph
st = status
ci = commit
co = checkout
[diff "odf"]
textconv=odt2txt