From 5c17c236636f48db48adec2a28aefce89ffb8b25 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 10 Nov 2010 15:27:39 +0100 Subject: [PATCH] Add diff for ODT file just add : *.ods diff=odf *.odt diff=odf *.odp diff=odf in $GIT_DIR/info/attributes --- .gitconfig | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index 90bfcd4..cd41c4d 100644 --- a/.gitconfig +++ b/.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