]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Allow diffing of SQLite files.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:52:06 +0000 (17:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:52:06 +0000 (17:52 +0200)
gitconfig.m4

index 32bb10f6dae22d704ddaac7e99f8707d24440220..9ef037614fa79283d3d661dfa4739174e3ce69e5 100644 (file)
@@ -63,6 +63,8 @@ include(../lib.m4)
 # writes to stdout.
 [diff "pdf"]
        textconv = pdftotext-
+[diff "sqlite"]
+       textconv = sqlite3dump
 
 [merge]
 IF(OS, darwin)