mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 04:57:36 +00:00
* `git_buf_rfind` (with tests and tests for `git_buf_rfind_next`) * `git_buf_puts_escaped` and `git_buf_puts_escaped_regex` (with tests) to copy strings into a buffer while injecting an escape sequence (e.g. '\') in front of particular characters. |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| dirent.c | ||
| env.c | ||
| errors.c | ||
| filebuf.c | ||
| hex.c | ||
| oid.c | ||
| path.c | ||
| pool.c | ||
| rmdir.c | ||
| string.c | ||
| strmap.c | ||
| strtol.c | ||
| vector.c | ||