C | |
Close, GitBlob | |
CreateFromBuffer, GitBlob | |
CreateFromFile, GitBlob | |
E | |
EIO_AfterLookup, GitBlob | |
EIO_Lookup, GitBlob | |
G | |
GitBlob, GitBlob | |
GitError, GitError | |
GitIndex, GitIndex | |
GitOdb, GitOdb | |
GitOdbBackend, GitOdbBackend | |
GitTag, GitTag | |
I | |
Initialize | |
L | |
Lookup, GitBlob | |
N | |
New | |
R | |
RawContent, GitBlob | |
RawSize, GitBlob | |
S | |
StrError, GitError |
Free a blob object.
void Close()
Read a buffer into the ODB.
int CreateFromBuffer( git_oid * oid, git_repository * repo, const void * buffer, size_t len )
Read a file into the ODB.
int CreateFromFile( git_oid * oid, git_repository * repo, const char * path )
static int EIO_AfterLookup( eio_req * req )
static int EIO_Lookup( eio_req * req )
GitBlob()
GitError()
GitIndex()
GitOdb()
GitOdbBackend()
GitTag()
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Used to intialize the EventEmitter from Node.js
static void Initialize( v8:: Handle<v8::Object> target )
Lookup a blob object from a repository.
int Lookup( git_repository * repo, const git_oid * id )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
args v8::Arguments function call
static v8::Handle<v8::Value> New( const v8:: Arguments & args )
Get a read-only buffer with the raw content of a blob.
const void* RawContent()
Lookup a blob object from a repository.
int RawSize()
Get a read-only buffer with the raw content of a blob.
const char* StrError( int err )