B | |
blob, GitBlob | |
C | |
Close, GitBlob | |
constructor_template | |
CreateFromBuffer, GitBlob | |
CreateFromFile, GitBlob | |
E | |
EIO_AfterLookup, GitBlob | |
EIO_Lookup, GitBlob | |
F | |
Functions | |
G | |
GitBlob | |
GitError | |
GitIndex | |
GitOdb | |
GitOdbBackend | |
GitTag | |
I | |
Initialize | |
L | |
Lookup, GitBlob | |
lookup_request | |
N | |
New | |
R | |
RawContent, GitBlob | |
RawSize, GitBlob | |
S | |
StrError, GitError | |
V | |
Variables |
Internal reference to git_blob object
git_blob* blob
Free a blob object.
void Close()
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
Used to create Node.js constructor.
static v8::Persistent<v8::FunctionTemplate> constructor_template
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 )
Wrapper for libgit2 git_blob.
class GitBlob : public ObjectWrap
GitBlob()
Wrapper for libgit2 git_error.
class GitError : public ObjectWrap
GitError()
Wrapper for libgit2 git_error.
class GitIndex : public ObjectWrap
GitIndex()
Wrapper for libgit2 git_error.
class GitOdb : public ObjectWrap
GitOdb()
Wrapper for libgit2 git_error.
class GitOdbBackend : public ObjectWrap
GitOdbBackend()
Wrapper for libgit2 git_error.
class GitTag : public ObjectWrap
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 )
Contains references to the current blob, repo, and oid for a commit lookup, also contains references to an error code post lookup, and a callback function to execute.
struct lookup_request
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 )