Files
deb-python-pygit2/test
Masud Rahman 9cce003efe Implements 'Repository.create_blob_fromiobase'.
This commit allows blobs to be constructed from implementatons of the
'RawIOBase' ABC.  This allows any conformant stream implementation to be added
as a blob.

This is useful in the case where the contents of the blob would be too large to
create from memory (as 'create_blob_fromstring' allows) and avoids having to
write the data to disk (as 'create_blob_fromworkdir' allows).  The latter
operation is especially useful when reading data from a network socket, since
it avoids having to first commit all the data to disk.
2015-02-10 01:28:23 -05:00
..
2014-02-04 08:02:12 +01:00
2014-09-15 12:39:27 +02:00
2014-08-31 22:35:32 +02:00
2014-02-04 08:02:12 +01:00
2014-04-01 19:47:48 +02:00
2014-10-30 15:04:51 +01:00
2014-04-01 19:47:48 +02:00
2014-02-04 08:02:12 +01:00
2014-10-07 20:27:01 +02:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00
2014-02-04 08:02:12 +01:00