Re: [PATCH 00/17] pathspec cleanup

2016-12-07 Thread Junio C Hamano
Brandon Williams writes: > The intent of this series is to cleanup some of the pathspec initialization > code as well as finally migrating the remaining users of the _raw field or > get_pathspec() to the pathspec struct interface. This way both the _raw field > and get_pathspec() can be removed

[PATCH 00/17] pathspec cleanup

2016-12-06 Thread Brandon Williams
The intent of this series is to cleanup some of the pathspec initialization code as well as finally migrating the remaining users of the _raw field or get_pathspec() to the pathspec struct interface. This way both the _raw field and get_pathspec() can be removed from the codebase. This also remov