mirror of
https://git.proxmox.com/git/libgit2
synced 2026-03-24 09:00:39 +00:00
This commit addresses two of the comments: * renamed existing n-input git_buf_join to git_buf_join_n * added new git_buf_join that always takes two inputs * moved some parameter error checking to asserts * extended unit tests to cover new version of git_buf_join |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| dirent.c | ||
| filebuf.c | ||
| oid.c | ||
| path.c | ||
| rmdir.c | ||
| string.c | ||
| strtol.c | ||
| vector.c | ||