]> granicus.if.org Git - git/commit
docs: warn about possible '=' in clean/smudge filter process values
authorLars Schneider <larsxschneider@gmail.com>
Sat, 3 Dec 2016 19:45:16 +0000 (20:45 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Dec 2016 19:29:52 +0000 (11:29 -0800)
commitc6b0831c9c1718b552872953b4949cef7d4726fe
tree406e9bbe13887835111251d4a331a6e47d2cd46c
parenta0d8b60da82839614750dd64f442c4e9b446f8ef
docs: warn about possible '=' in clean/smudge filter process values

A pathname value in a clean/smudge filter process "key=value" pair can
contain the '=' character (introduced in edcc858). Make the user aware
of this issue in the docs, add a corresponding test case, and fix the
issue in filter process value parser of the example implementation in
contrib.

Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitattributes.txt
contrib/long-running-filter/example.pl
t/t0021-conversion.sh
t/t0021/rot13-filter.pl