libgit2/tests-clar/object/blob
Russell Belfer a9f51e430f Merge git_buf and git_buffer
This makes the git_buf struct that was used internally into an
externally available structure and eliminates the git_buffer.

As part of that, some of the special cases that arose with the
externally used git_buffer were blended into the git_buf, such as
being careful about git_buf objects that may have a NULL ptr and
allowing for bufs with a valid ptr and size but zero asize as a
way of referring to externally owned data.
2013-09-17 09:31:45 -07:00
..
filter.c Merge git_buf and git_buffer 2013-09-17 09:31:45 -07:00
fromchunks.c odb: Prevent stream_finalize_write() from overwriting 2013-09-06 22:47:28 +02:00
write.c More external API cleanup 2012-11-27 13:18:27 -08:00