diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-23 15:21:12 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-24 23:49:10 +0200 |
commit | bd470d0034e7b9217e4084a71d63dec64d2bfcd8 (patch) | |
tree | e875936bf606ab60f3fe2147c58ba182ee43156c /tests/diff/binary.c | |
parent | caab22c0d468e90b6a95072f3092d5dcf331b3ef (diff) | |
download | libgit2-bd470d0034e7b9217e4084a71d63dec64d2bfcd8.tar.gz |
blob: don't recomment using git_buf_grow
We currently recommend using `git_buf_grow` in order to make a buffer
make an owned copy of the memory it points to. This is not behaviour we
should encourage, so remove this recommendation.
The function itself is not changed, as we need to remain compatible, but
it will be changed not to allow usage on borrowed buffers.
Diffstat (limited to 'tests/diff/binary.c')
0 files changed, 0 insertions, 0 deletions