Re: [PATCHv2 2/7] show: obey --textconv for blobs

2013-04-24 Thread Junio C Hamano
Michael J Gruber writes: > Junio C Hamano venit, vidit, dixit 23.04.2013 17:14: >> Michael J Gruber writes: >> >>>> Subject: Re: [PATCHv2 2/7] show: obey --textconv for blobs >> >> s/obey/honor/; > > I missed that one, thanks. > >>> Cur

Re: [PATCHv2 2/7] show: obey --textconv for blobs

2013-04-24 Thread Michael J Gruber
Junio C Hamano venit, vidit, dixit 23.04.2013 17:14: > Michael J Gruber writes: > >>> Subject: Re: [PATCHv2 2/7] show: obey --textconv for blobs > > s/obey/honor/; I missed that one, thanks. >> Currently, "diff" and "cat-file" for blobs

Re: [PATCHv2 2/7] show: obey --textconv for blobs

2013-04-23 Thread Junio C Hamano
Michael J Gruber writes: >> Subject: Re: [PATCHv2 2/7] show: obey --textconv for blobs s/obey/honor/; > Currently, "diff" and "cat-file" for blobs honor "--textconv" options > (with the former defaulting to "--textconv" and the latter to &

[PATCHv2 2/7] show: obey --textconv for blobs

2013-04-23 Thread Michael J Gruber
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 def