]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Documentation update.
authorSimon Ruderich <simon@ruderich.org>
Fri, 12 Nov 2010 16:51:41 +0000 (17:51 +0100)
committerSimon Ruderich <simon@ruderich.org>
Fri, 12 Nov 2010 16:51:41 +0000 (17:51 +0100)
gitconfig.m4

index 0bf7b0037f3912de7a398d3cf4e6d8edb831457a..65d6b26e3cc938fb711d3d6e78aee7f698407455 100644 (file)
@@ -59,9 +59,9 @@ include(../lib.m4)
        # Detect copies and renames.
        renames = copy
 
-# Allow diffing of PDF files. `pdftotext-` is a wrapper around pdftotext which
-# writes to stdout. `sqlite3dump` is a wrapper calling `sqlite3 database-file
-# .dump`.
+# Allow diffing of some binary files.
+# `pdftotext-` is a wrapper around pdftotext which writes to stdout.
+# `sqlite3dump` is a wrapper calling `sqlite3 database-file .dump`.
 [diff "pdf"]
        textconv = pdftotext-
 [diff "sqlite"]