libgit2

git_blame_line

Version:

Structure that represents a line in a blamed file.

Signature

typedef struct git_blame_line { const char *ptr size_t len };

Members

const char *
ptr
size_t
len

Returned By

Versions