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 {
>> +
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
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
3 matches
Mail list logo