mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-01 06:40:38 +00:00
This makes the git_buf struct that was used internally into an externally available structure and eliminates the git_buffer. As part of that, some of the special cases that arose with the externally used git_buffer were blended into the git_buf, such as being careful about git_buf objects that may have a NULL ptr and allowing for bufs with a valid ptr and size but zero asize as a way of referring to externally owned data. |
||
|---|---|---|
| .. | ||
| commit.h | ||
| config.h | ||
| filter.h | ||
| index.h | ||
| odb_backend.h | ||
| refdb_backend.h | ||
| refs.h | ||
| repository.h | ||