On Sun, 2016-09-04 at 18:08 +0200, Michael Haggerty wrote: > From: Ronnie Sahlberg <[email protected]> > > Add a `struct ref_storage_be` to represent types of reference stores. In > OO notation, this is the class, and will soon hold some class > methods (e.g., a factory to create new ref_store instances) and will > also serve as the vtable for ref_store instances of that type. > > As yet, the backends cannot do anything. > > Signed-off-by: Ronnie Sahlberg <[email protected]> > Signed-off-by: David Turner <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]> > Signed-off-by: Jeff King <[email protected]> > Signed-off-by: Michael Haggerty <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]>
nit: duplicate Sign-off from Junio.

