libgit2

blob

Version:
Git blob load and write routines

Objects

In-memory representation of a blob object

Callbacks

Functions

Lookup a blob object from a repository

Lookup a blob object from a repository, given a prefix of its identifier (short id)

Close an open blob

Get the id of a blob

Get the repository that contains the blob

Get a read-only buffer with the raw content of a blob

Get the size in bytes of the contents of a blob

Read a file from the working folder of a repository and write it to the Object Database as a loose blob

Read a file from the filesystem and write its content to the Object Database as a loose blob

Write a loose blob to the Object Database from a provider of chunks of data

Write an in-memory buffer to the ODB as a blob

Determine if the blob content is most certainly binary or not