git_index_write

Write an existing index object from memory back to disk using an atomic file lock.

extern (C) nothrow @nogc public
int
git_index_write

Parameters

index libgit2.types.git_index*

an existing index object

Return Value

Type: int

0 or an error code

Meta