Michael J Gruber [off-list ref] writes:
Junio C Hamano venit, vidit, dixit 23.04.2013 17:14:
quoted
Michael J Gruber [off-list ref] writes:
quoted
quoted
Subject: Re: [PATCHv2 2/7] show: obey --textconv for blobs
s/obey/honor/;
I missed that one, thanks.
quoted
quoted
Currently, "diff" and "cat-file" for blobs honor "--textconv" options
(with the former defaulting to "--textconv" and the latter to
"--no-textconv") whereas "show" does not honor this option, even though
it takes diff options.
Make "show" on blobs behave like "diff", i.e. honor "--textconv" by
default and "--no-textconv" when given.
It is the right thing to do to teach it to react to --[no-]textconv;
I am not sure if the default is right, though.
That is the question ;)
Then let me make it easier. It is not just "I am not sure if", but "I
do not think that".