Re: [PATCH v5 14/40] external-odb: accept only blobs for now

2017-09-14 Thread Christian Couder
On Thu, Aug 3, 2017 at 9:52 PM, Junio C Hamano wrote: > Christian Couder writes: > >> The mechanism to decide which blobs should be sent to which >> external object database will be very simple for now. >> If the external odb helper support any "put_*" instruction >> all the new blobs will be sen

Re: [PATCH v5 14/40] external-odb: accept only blobs for now

2017-08-03 Thread Junio C Hamano
Christian Couder writes: > The mechanism to decide which blobs should be sent to which > external object database will be very simple for now. > If the external odb helper support any "put_*" instruction > all the new blobs will be sent to it. > > Signed-off-by: Christian Couder > --- > externa

[PATCH v5 14/40] external-odb: accept only blobs for now

2017-08-03 Thread Christian Couder
The mechanism to decide which blobs should be sent to which external object database will be very simple for now. If the external odb helper support any "put_*" instruction all the new blobs will be sent to it. Signed-off-by: Christian Couder --- external-odb.c | 4 1 file changed, 4 insert