Re: [PATCH v5 00/40] Add initial experimental external ODB support

2017-09-14 Thread Christian Couder
On Sun, Sep 10, 2017 at 2:30 PM, Lars Schneider wrote: > >> On 03 Aug 2017, at 10:18, Christian Couder >> wrote: >> >> ... >> >> * The "helpers" (registered commands) >> >> Each helper manages access to one external ODB. >> >> There are 2 different modes for helper: >> >> - Helpers configured u

Re: [PATCH v5 00/40] Add initial experimental external ODB support

2017-09-10 Thread Lars Schneider
> On 03 Aug 2017, at 10:18, Christian Couder wrote: > > ... > > * The "helpers" (registered commands) > > Each helper manages access to one external ODB. > > There are 2 different modes for helper: > > - Helpers configured using "odb..scriptCommand" are >launched each time Git wants to

[PATCH v5 00/40] Add initial experimental external ODB support

2017-08-03 Thread Christian Couder
Note: a lot of information about the goals, the design and how things work is now in patch 35/40 "Add Documentation/technical/external-odb.txt" of this v5 series. Goal Git can store its objects only in the form of loose objects in separate files or packed objects in a pack file. To be able