convert: quote filter names in error messages
commit255f04d604dbb331933c2354b5d15ed6715e7d6a
authorLars Schneider <larsxschneider@gmail.com>
Sun, 16 Oct 2016 23:20:25 +0000 (16 16:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2016 18:36:49 +0000 (17 11:36 -0700)
tree1b6632b4f7fa85e9ec22ab416eac3a12a14c2bb8
parent35f6318d44379452d8d33e880d8df0267b4a0cd0
convert: quote filter names in error messages

Git filter driver commands with spaces (e.g. `filter.sh foo`) are hard
to read in error messages. Quote them to improve the readability.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c