On Fri, Oct 28, 2016 at 2:43 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Stefan Beller <sbeller@xxxxxxxxxx> writes: > >> previous discussion at https://public-inbox.org/git/20161022233225.8883-1-sbeller@xxxxxxxxxx >> >> This implements the discarded series': >> jc/attr >> jc/attr-more >> sb/pathspec-label >> sb/submodule-default-paths >> >> This includes >> * The fixes for windows >> * Junios latest suggestion to use git_attr_check_initv instead of >> alloc/append. >> >> * I implemented the thread safe attr API in patch 27 (attr: convert to new threadsafe API) >> * patch 28 (attr: keep attr stack for each check) makes it actually possible >> to run in a multithreaded environment. >> * I added a test for the multithreaded when it is introduced in patch 32 >> (pathspec: allow querying for attributes) as well as a test to disallow >> multiple "attr"s in a pathspec. > > I'd appreciate if you didn't unnecessarily rebase the series. It > would make comparing the new round with the previous one a lot > easier. > > Thanks. I can resend on the original base if you want to; I'd need to reroll anyway now that the agreement is to put the attr_start call not in the Windows specific parts.