Re: [PATCHv2 0/7] Rerolling sb/submodule-parallel-fetch for the time after 2.7

2015-12-16 Thread Junio C Hamano
Stefan Beller writes: > I am sending out a new version for replacing sb/submodule-parallel-fetch for > the time after the 2.7 release. > > * Dropped the patch, which introduces xread_nonblock > * strbuf_read_once uses xread now. This is safe as we poll before using >

[PATCHv2 0/7] Rerolling sb/submodule-parallel-fetch for the time after 2.7

2015-12-15 Thread Stefan Beller
with the interdiff below: diff --git a/git-compat-util.h b/git-compat-util.h index 87456a3..8e39867 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -723,7 +723,6 @@ extern void *xmmap(void *start, size_t length, int prot, int flags, int fd, off_ extern void *xmmap_gently(void *start,

[PATCHv2 0/7] Rerolling sb/submodule-parallel-fetch for the time after 2.7

2015-12-15 Thread Stefan Beller
I am sending out a new version for replacing sb/submodule-parallel-fetch for the time after the 2.7 release. * Dropped the patch, which introduces xread_nonblock * strbuf_read_once uses xread now. This is safe as we poll before using strbuf_read_once, so we know we won't stall. * have the