create_blob_from_path


Description:

public OId? create_blob_from_path (string path) throws Error

Write a path relative to the repository working directory to the object database as a blob.

Parameters:

this

a Repository.

path

the file path.

Returns:

the new GgitOid of the written blob, or null if writing the blob failed.