Re: [PATCH v2 00/25] Prepare to separate out a packed_ref_store

2017-05-23 Thread Junio C Hamano
Michael Haggerty writes: > * Since v1, branch `bc/object-id` has been merged to `next`, and it > has lots of conflicts with these changes. So I rebased this branch > onto a merge of `master` and `bc/object-id`. (I hope this makes > Junio's job easier.) This

Re: [PATCH v2 00/25] Prepare to separate out a packed_ref_store

2017-05-22 Thread Stefan Beller
On Mon, May 22, 2017 at 7:17 AM, Michael Haggerty wrote: > This is the second iteration of a patch series that prepares the > ground for separating out a `packed_ref_store` and then for changing > `packed-refs` to be read using `mmap()`. Thanks to Peff, Junio, > Stefan,

[PATCH v2 00/25] Prepare to separate out a packed_ref_store

2017-05-22 Thread Michael Haggerty
This is the second iteration of a patch series that prepares the ground for separating out a `packed_ref_store` and then for changing `packed-refs` to be read using `mmap()`. Thanks to Peff, Junio, Stefan, Brandon, and Johannes for their feedback about v1 [1]. I think I have addressed all of your