]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: Add missing # in comment.
authorSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 21:11:25 +0000 (22:11 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 21:11:25 +0000 (22:11 +0100)
gitconfig.m4

index 2ecbc64abd46e81409a03a0807e3638277762818..0abd3a2b63fd6a29f529a8036b093cf952152c06 100644 (file)
@@ -130,6 +130,7 @@ include(../lib.m4)
        wordregex = [a-zA-Z0-9_]+|[^a-zA-Z0-9_]
 
 # 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 "gzip"]