git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 00/12] writing out a huge blob to working tree
@ 2011-05-21  6:56 Junio C Hamano
  2011-05-21  6:56 ` [PATCH v3 01/12] packed_object_info_detail(): do not return a string Junio C Hamano
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Junio C Hamano @ 2011-05-21  6:56 UTC (permalink / raw)
  To: git

This third round fixes to the embarrasing 'result |= close(fd)' bug I
reported earlier, and issues Rene noticed in 03 (enum that added
OI_DBCACHED had a trailing comma in it) and 06 (remove unused "src" from
the git_istream object, do not try to use size field of NULL object, and
do not free NULL pointer).

Patch 08 is new. We can pass through the repository content to the working
tree under crlf=input conversion.

Junio C Hamano (12):
  packed_object_info_detail(): do not return a string
  sha1_object_info_extended(): expose a bit more info
  sha1_object_info_extended(): hint about objects in delta-base cache
  unpack_object_header(): make it public
  write_entry(): separate two helper functions out
  streaming: a new API to read from the object store
  streaming_write_entry(): use streaming API in write_entry()
  convert: CRLF_INPUT is a no-op in the output codepath
  streaming_write_entry(): support files with holes
  streaming: read non-delta incrementally from a pack
  sha1_file.c: expose helpers to read loose objects
  streaming: read loose objects incrementally

 Makefile              |    2 +
 builtin/verify-pack.c |    4 +-
 cache.h               |   36 +++++-
 convert.c             |   23 +++
 entry.c               |  112 +++++++++++++---
 sha1_file.c           |   69 +++++++---
 streaming.c           |  371 +++++++++++++++++++++++++++++++++++++++++++++++++
 streaming.h           |   15 ++
 8 files changed, 592 insertions(+), 40 deletions(-)
 create mode 100644 streaming.c
 create mode 100644 streaming.h

-- 
1.7.5.2.369.g8fc017

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-05-21  6:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21  6:56 [PATCH v3 00/12] writing out a huge blob to working tree Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 01/12] packed_object_info_detail(): do not return a string Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 02/12] sha1_object_info_extended(): expose a bit more info Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 03/12] sha1_object_info_extended(): hint about objects in delta-base cache Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 04/12] unpack_object_header(): make it public Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 05/12] write_entry(): separate two helper functions out Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 06/12] streaming: a new API to read from the object store Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 07/12] streaming_write_entry(): use streaming API in write_entry() Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 08/12] convert: CRLF_INPUT is a no-op in the output codepath Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 09/12] streaming_write_entry(): support files with holes Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 10/12] streaming: read non-delta incrementally from a pack Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 11/12] sha1_file.c: expose helpers to read loose objects Junio C Hamano
2011-05-21  6:56 ` [PATCH v3 12/12] streaming: read loose objects incrementally Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).