libgit2

git_blob_create_fromworkdir

Version:

Deprecated Blob Functions

These functions are retained for backward compatibility. The newer versions of these functions should be preferred in all new code.

There is no plan to remove these backward compatibility values at this time.

@ {

Signature

int git_blob_create_fromworkdir(git_oid *id, git_repository *repo, const char *relative_path);

Parameters

In
id
const char *
In
relative_path

Returns

int

Versions