Commit bd470d0034e7b9217e4084a71d63dec64d2bfcd8

Carlos Martín Nieto 2015-06-23T15:21:12

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.