From 834db63bd794d928479f5cdfd88c4b65cc7aa09b Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 10 Oct 2012 22:48:53 +0200 Subject: [PATCH] [git] add instruction for using diff on odt --- .gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitconfig b/.gitconfig index 015f639..448c4e1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,6 +21,10 @@ lola = log --graph --decorate --pretty=oneline --abbrev-commit --all ls = ls-files [diff "odf"] +# add to .git/info/attributes +# *.ods diff=odf +# *.odt diff=odf +# *.odp diff=odf textconv=odt2txt [diff "odt"] textconv=odt2txt