[PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"

2017-01-30 Thread Brandon Williams
From: Junio C Hamano This updates the other two ways the attribute check is done via an array of "struct attr_check_item" elements. These two niches appear only in "git check-attr". * The caller does not know offhand what attributes it wants to ask about and cannot use

Re: [PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"

2017-01-28 Thread Brandon Williams
On 01/28, Stefan Beller wrote: > > This being moved down to below (being review churn) sounds like a > rebase mistake. ;) > Yep, thanks for catching that. I'll need to fix that up. -- Brandon Williams

Re: [PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"

2017-01-28 Thread Stefan Beller
On Fri, Jan 27, 2017 at 6:01 PM, Brandon Williams wrote: > From: Junio C Hamano > > This updates the other two ways the attribute check is done via an > array of "struct attr_check_item" elements. These two niches > appear only in "git check-attr". > > *

[PATCH v3 16/27] attr: convert git_all_attrs() to use "struct attr_check"

2017-01-27 Thread Brandon Williams
From: Junio C Hamano This updates the other two ways the attribute check is done via an array of "struct attr_check_item" elements. These two niches appear only in "git check-attr". * The caller does not know offhand what attributes it wants to ask about and cannot use