diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2023-05-12 20:48:30 +0100 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2023-05-13 16:42:04 +0100 |
| commit | 11c89c386c8862f834097cdc5d9ed79634cf00f3 (patch) | |
| tree | 4bd24e09ecbdf240534ea4dc518639831e327cf7 /tests/diff/parse.c | |
| parent | 6e4bbf222d8c4babaff90aef40615546c8bc9cde (diff) | |
| download | libgit2-11c89c386c8862f834097cdc5d9ed79634cf00f3.tar.gz | |
net: move `gitno` buffer to `staticstr`
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.
Diffstat (limited to 'tests/diff/parse.c')
0 files changed, 0 insertions, 0 deletions
