libgit2

git_midx_writer_add

Version:

Add an .idx file to the writer.

Signature

int git_midx_writer_add(git_midx_writer *w, const char *idx_path);

Parameters

In
w

the writer

const char *
In
idx_path

the path of an .idx file.

Returns

int

0 or an error code

Versions