[git] add instruction for using diff on odt
This commit is contained in:
parent
646418f743
commit
834db63bd7
@ -21,6 +21,10 @@
|
|||||||
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||||||
ls = ls-files
|
ls = ls-files
|
||||||
[diff "odf"]
|
[diff "odf"]
|
||||||
|
# add to .git/info/attributes
|
||||||
|
# *.ods diff=odf
|
||||||
|
# *.odt diff=odf
|
||||||
|
# *.odp diff=odf
|
||||||
textconv=odt2txt
|
textconv=odt2txt
|
||||||
[diff "odt"]
|
[diff "odt"]
|
||||||
textconv=odt2txt
|
textconv=odt2txt
|
||||||
|
Loading…
Reference in New Issue
Block a user