summaryrefslogtreecommitdiff
path: root/src/libgit2/transports/git.c
Commit message (Collapse)AuthorAgeFilesLines
* net: move `gitno` buffer to `staticstr`Edward Thomson2023-05-131-8/+7
| | | | | | | | The `gitno` buffer interface is another layer on top of socket reads. Abstract it a bit into a "static string" that has `git_str` like semantics but without heap allocation which moves the actual reading logic into the socket / stream code, and allows for easier future usage of a static / stack-allocated `git_str`-like interface.
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-221-0/+361