git.blob

Undocumented in source.

Members

Functions

createBlob
GitOid createBlob(GitRepo repo, ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
createBlobFromDisk
GitOid createBlobFromDisk(GitRepo repo, string path)
Undocumented in source. Be warned that the author may not have intended to support it.
createBlobFromWorkDir
GitOid createBlobFromWorkDir(GitRepo repo, string relative_path)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupBlob
GitBlob lookupBlob(GitRepo repo, GitOid oid)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupBlobPrefix
GitBlob lookupBlobPrefix(GitRepo repo, GitOid oid, size_t oid_length)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GitBlob
struct GitBlob
Undocumented in source.

Meta