Re: [PATCH v2] Add a setting to require a filter to be successful
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:06
Jehan Bing [off-list ref] writes:
If I understand what you're saying, current version of git already
have the problem: if a filter fails without reading anything, git will
die instead of using the unfiltered content. My patch has only made
the issue apparent by testing with a failing filter.
Am I understanding correctly?