libgit2

odb

Version:
Git object database routines

Objects

An open object database handle

An object read from the ODB

Callbacks

Function type for callbacks from git_odb_foreach

Functions

Create a new object database with no backends

Create a new object database and automatically add the two default backends:

Add an on-disk alternate to an existing Object DB

Close an open object database

Read an object from the database

Read an object from the database, given a prefix of its identifier

Read the header of an object from the database, without reading its full contents

Determine if the given object can be found in the object database

Refresh the object database to load newly added files

List all objects available in the database

Write an object directly into the ODB

Open a stream to write an object into the ODB

Open a stream to read an object from the ODB

Open a stream for writing a pack file to the ODB

Determine the object-ID (sha1 hash) of a data buffer

Read a file from disk and fill a git_oid with the object id that the file would have if it were written to the Object Database as an object of the given type (w/o applying filters) Similar functionality to git.git's git hash-object without the -w flag, however, with the --no-filters flag. If you need filters, see git_repository_hashfile.

Close an ODB object

Return the OID of an ODB object

Return the data of an ODB object

Return the size of an ODB object

Return the type of an ODB object

Add a custom backend to an existing Object DB

Add a custom backend to an existing Object DB; this backend will work as an alternate

Get the number of ODB backend objects

Lookup an ODB backend object by index