Re: [PATCH v5 19/24] refs: new transaction related ref-store api
On 02/22/2017 03:04 PM, Nguyễn Thái Ngọc Duy wrote: > The transaction struct now takes a ref store at creation and will > operate on that ref store alone. > > Signed-off-by: Nguyễn Thái Ngọc Duy > --- > refs.c | 54 > > refs.h
[PATCH v5 19/24] refs: new transaction related ref-store api
The transaction struct now takes a ref store at creation and will operate on that ref store alone. Signed-off-by: Nguyễn Thái Ngọc Duy --- refs.c | 54 refs.h | 8 refs/refs-internal.h | 1 + 3 files chan