Jeff King writes:
> On Fri, Aug 14, 2015 at 03:35:58PM -0700, Junio C Hamano wrote:
>
>> Max Kirillov writes:
>>
>> > * do not limit number of warnings - does not worth complicating the code
>>
>> Unless the warning leads to a quick "die()", wouldn't this make Git
>> unusable by spewing a "fal
On Fri, Aug 14, 2015 at 03:35:58PM -0700, Junio C Hamano wrote:
> Max Kirillov writes:
>
> > * do not limit number of warnings - does not worth complicating the code
>
> Unless the warning leads to a quick "die()", wouldn't this make Git
> unusable by spewing a "falling back to verbatim copy" f
Max Kirillov writes:
> * do not limit number of warnings - does not worth complicating the code
Unless the warning leads to a quick "die()", wouldn't this make Git
unusable by spewing a "falling back to verbatim copy" for each and
every line of the message of a commit that has 'encoding' element
If reencoding a text data from one encoding to another fails, the original
version is used insted. Currently there is no warning about failed reencoding,
which can have an undesired outcome that returned data is incorrect but user
is not aware about it.
Add printing warning when conversion fails.
4 matches
Mail list logo