git_buf.ptr_

The buffer contents. ptr points to the start of the buffer being returned. The buffer's length (in bytes) is specified by the size member of the structure, and contains a null terminator at position (size + 1).

struct git_buf
char* ptr_;

Meta