Re: [PATCH v7 23/28] files-backend: avoid ref api targetting main ref store

2017-03-31 Thread Michael Haggerty
Nits: s/targetting/targeting/ in the subject line. On 03/26/2017 04:42 AM, Nguyễn Thái Ngọc Duy wrote: > A small step towards making files-backend works as a non-main ref store > using the newly added store-aware API. s/works/work/ > For the record, `join` and `nm` on refs.o and files-backend.o

[PATCH v7 23/28] files-backend: avoid ref api targetting main ref store

2017-03-25 Thread Nguyễn Thái Ngọc Duy
A small step towards making files-backend works as a non-main ref store using the newly added store-aware API. For the record, `join` and `nm` on refs.o and files-backend.o tell me that files-backend no longer uses functions that defaults to get_main_ref_store(). I'm not yet comfortable at the