]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add comment about sqlite3dump.
authorSimon Ruderich <simon@ruderich.org>
Tue, 5 Oct 2010 13:36:14 +0000 (15:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 5 Oct 2010 13:36:14 +0000 (15:36 +0200)
gitconfig.m4

index 9ef037614fa79283d3d661dfa4739174e3ce69e5..0bf7b0037f3912de7a398d3cf4e6d8edb831457a 100644 (file)
@@ -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"]