[PATCH 01/40] Add initial external odb support

2018-01-03 Thread Christian Couder
The external-odb.{c,h} files will contain the functions that are called by the rest of Git mostly from "sha1_file.c" to access the objects managed by the external odbs. The odb-helper.{c,h} files will contain the functions to actually implement communication with either the internal functions or t

Re: [PATCH 01/40] Add initial external odb support

2018-01-04 Thread Jeff Hostetler
On 1/3/2018 11:33 AM, Christian Couder wrote: The external-odb.{c,h} files will contain the functions that are called by the rest of Git mostly from "sha1_file.c" to access the objects managed by the external odbs. The odb-helper.{c,h} files will contain the functions to actually implement com

Re: [PATCH 01/40] Add initial external odb support

2018-01-15 Thread Christian Couder
On Thu, Jan 4, 2018 at 8:59 PM, Jeff Hostetler wrote: > >> diff --git a/odb-helper.h b/odb-helper.h >> new file mode 100644 >> index 00..9395e606ce >> --- /dev/null >> +++ b/odb-helper.h >> @@ -0,0 +1,24 @@ >> +#ifndef ODB_HELPER_H >> +#define ODB_HELPER_H >> + >> +struct odb_helper { >> +