libgit2/include
Carlos Martín Nieto bd470d0034 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.
2015-06-24 23:49:10 +02:00
..
git2 blob: don't recomment using git_buf_grow 2015-06-24 23:49:10 +02:00
git2.h Include git2/transaction.h 2015-05-31 19:22:12 +02:00