Re: [PATCH v3 0/8] convert diff flags to be stored in a struct

2017-11-01 Thread Junio C Hamano
Brandon Williams writes: > Changes in v3: > * Now always pass struct diff_flags by reference and don't return the struct >but rather modify the passed in struct. > * Don't clear TEXTCONV_SET_VIA_CMDLINE when --no-textconv is passed > * added additional patches (set out

Re: [PATCH v3 0/8] convert diff flags to be stored in a struct

2017-10-31 Thread Stefan Beller
On Tue, Oct 31, 2017 at 11:19 AM, Brandon Williams wrote: > Changes in v3: > * Now always pass struct diff_flags by reference and don't return the struct >but rather modify the passed in struct. > * Don't clear TEXTCONV_SET_VIA_CMDLINE when --no-textconv is passed > *

[PATCH v3 0/8] convert diff flags to be stored in a struct

2017-10-31 Thread Brandon Williams
Changes in v3: * Now always pass struct diff_flags by reference and don't return the struct but rather modify the passed in struct. * Don't clear TEXTCONV_SET_VIA_CMDLINE when --no-textconv is passed * added additional patches (set out separately before) to remove the macros and change