Re: [PATCH 0/5] Refactor excludes library

2019-09-06 Thread Junio C Hamano
"Derrick Stolee via GitGitGadget" writes: > I had started working on v2.23.0, but found adjacent-diff conflicts with > md/list-objects-filter-combo [2] and js/partial-clone-sparse-blob [3]. Those > branches are independent, but the conflicts with > md/list-objects-filter-combo were more severe (a

Re: [PATCH 0/5] Refactor excludes library

2019-09-04 Thread Elijah Newren
On Tue, Sep 3, 2019 at 11:04 AM Derrick Stolee via GitGitGadget wrote: > > The exclude library defined in dir.h was originally written for the > .gitignore feature, but has since been used for .gitattributes and > sparse-checkout. In the later applications, these patterns are used for > inclusion

[PATCH 0/5] Refactor excludes library

2019-09-03 Thread Derrick Stolee via GitGitGadget
The exclude library defined in dir.h was originally written for the .gitignore feature, but has since been used for .gitattributes and sparse-checkout. In the later applications, these patterns are used for inclusion rather than exclusion, so the name is confusing. This gets particularly bad when