Re: [PATCH 2/5] refs: push the submodule attribute down

2017-02-09 Thread Junio C Hamano
Michael Haggerty writes: > Push the submodule attribute down from ref_store to files_ref_store. > This is another step towards loosening the 1:1 connection between > ref_stores and submodules. The update seems to retain the externally visible effects, but what does this change mean for future ba

Re: [PATCH 2/5] refs: push the submodule attribute down

2017-02-09 Thread Stefan Beller
On Thu, Feb 9, 2017 at 5:26 AM, Michael Haggerty wrote: > Push the submodule attribute down from ref_store to files_ref_store. > This is another step towards loosening the 1:1 connection between > ref_stores and submodules. > > Signed-off-by: Michael Haggerty Looks good, Stefan

[PATCH 2/5] refs: push the submodule attribute down

2017-02-09 Thread Michael Haggerty
Push the submodule attribute down from ref_store to files_ref_store. This is another step towards loosening the 1:1 connection between ref_stores and submodules. Signed-off-by: Michael Haggerty --- refs.c | 9 refs/files-backend.c | 61