diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-02-28 00:20:28 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-03-04 09:30:21 +0000 |
commit | 7eb21516ad9a1bd8e7e7b16198e0a4eda299e87d (patch) | |
tree | 01d92c0152b1ae208265a569907495b016decb09 /src/commit_graph.c | |
parent | 0fb58396835f789b3c662184003ff34cbf98d248 (diff) | |
download | libgit2-7eb21516ad9a1bd8e7e7b16198e0a4eda299e87d.tar.gz |
tree: deprecate `git_treebuilder_write_with_buffer`
The function `git_treebuilder_write_with_buffer` is unnecessary; it
is used internally as part of treebuilder writing, but it has little
use to external callers. For callers that repeatedly write a
treebuilder, we can supply them with a buffer in the treebuilder struct
instead of recreating it. For ourselves, when we want a single buffer
in our write loop, we can use an internal function.
Diffstat (limited to 'src/commit_graph.c')
0 files changed, 0 insertions, 0 deletions