Re: [PATCHv2 00/36] Revamp the attr subsystem!
From: Junio C Hamano <hidden>
Date: 2016-10-28 21:43:20
Stefan Beller [off-list ref] writes:
previous discussion at https://public-inbox.org/git/20161022233225.8883-1-sbeller@google.com 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.