Re: [PATCH 18/28] packed-backend: new module for handling packed references

2017-06-15 Thread Stefan Beller
On Thu, Jun 15, 2017 at 7:47 AM, Michael Haggerty wrote: > Now that the interface between `files_ref_store` and > `packed_ref_store` is relatively narrow, move the latter into a new > module, "refs/packed-backend.h" and "refs/packed-backend.c". It still > doesn't quite implement the `ref_store` in

[PATCH 18/28] packed-backend: new module for handling packed references

2017-06-15 Thread Michael Haggerty
Now that the interface between `files_ref_store` and `packed_ref_store` is relatively narrow, move the latter into a new module, "refs/packed-backend.h" and "refs/packed-backend.c". It still doesn't quite implement the `ref_store` interface, but it will soon. This commit moves code around and adju