Re: [PATCHv2 28/36] attr: keep attr stack for each check

2016-10-28 Thread Junio C Hamano
Stefan Beller writes: > Instead of having a global attr stack, attach the stack to each check. > This allows to use the attr in a multithreaded way. > > > > Signed-off-by: Stefan Beller > --- > attr.c| 101 > +++--- > attr.h| 4

[PATCHv2 28/36] attr: keep attr stack for each check

2016-10-28 Thread Stefan Beller
Instead of having a global attr stack, attach the stack to each check. This allows to use the attr in a multithreaded way. Signed-off-by: Stefan Beller --- attr.c| 101 +++--- attr.h| 4 ++- hashmap.h | 2 ++ 3 files changed,