From 870d006779456919329f1108aaf74e8510dd6490 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 5 Oct 2010 15:36:14 +0200 Subject: [PATCH] gitconfig: Add comment about sqlite3dump. --- gitconfig.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gitconfig.m4 b/gitconfig.m4 index 9ef0376..0bf7b00 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -60,7 +60,8 @@ include(../lib.m4) renames = copy # Allow diffing of PDF files. `pdftotext-` is a wrapper around pdftotext which -# writes to stdout. +# writes to stdout. `sqlite3dump` is a wrapper calling `sqlite3 database-file +# .dump`. [diff "pdf"] textconv = pdftotext- [diff "sqlite"] -- 2.44.1