git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v0 0/3] git add a-Big-file
@ 2011-05-08  8:47 Junio C Hamano
  2011-05-08  8:47 ` [PATCH v0 1/3] index_fd(): turn write_object and format_check arguments into one flag Junio C Hamano
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Junio C Hamano @ 2011-05-08  8:47 UTC (permalink / raw)
  To: git

This is merely a POC, hoping that interested parties might fill in the
blanks aka update the NEEDSWORK part of the patch.

Junio C Hamano (3):
  index_fd(): turn write_object and format_check arguments into one flag
  index_fd(): split into two helper functions
  Bigfile: teach "git add" to send a large file straight to a pack

 builtin/hash-object.c  |    5 +-
 builtin/update-index.c |    3 +-
 cache.h                |    7 ++-
 notes-merge.c          |    2 +-
 read-cache.c           |    4 +-
 sha1_file.c            |  165 +++++++++++++++++++++++++++++++++++++++++-------
 t/t1050-large.sh       |   22 +++++++
 7 files changed, 177 insertions(+), 31 deletions(-)
 create mode 100755 t/t1050-large.sh

-- 
1.7.5.1.268.gce5bd

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

end of thread, other threads:[~2011-05-29 20:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-08  8:47 [PATCH v0 0/3] git add a-Big-file Junio C Hamano
2011-05-08  8:47 ` [PATCH v0 1/3] index_fd(): turn write_object and format_check arguments into one flag Junio C Hamano
2011-05-08  8:47 ` [PATCH v0 2/3] index_fd(): split into two helper functions Junio C Hamano
2011-05-08  8:47 ` [PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack Junio C Hamano
2011-05-08 10:19   ` Nguyen Thai Ngoc Duy
2011-05-08 17:37     ` Junio C Hamano
2011-05-09 22:04     ` [PATCH 0/4] convert.c clean-up Junio C Hamano
2011-05-09 22:04       ` [PATCH 1/4] convert: rename the "eol" global variable to "core_eol" Junio C Hamano
2011-05-09 22:04       ` [PATCH 2/4] convert: give saner names to crlf/eol variables, types and functions Junio C Hamano
2011-05-09 22:05       ` [PATCH 3/4] convert: make it safer to add conversion attributes Junio C Hamano
2011-05-09 22:05       ` [PATCH 4/4] convert: make it harder to screw up adding a conversion attribute Junio C Hamano
2011-05-10 12:59       ` [PATCH 0/4] convert.c clean-up Nguyen Thai Ngoc Duy
2011-05-10 14:09         ` Junio C Hamano
2011-05-09 14:05   ` [PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack Shawn Pearce
2011-05-09 15:58     ` Junio C Hamano
2011-05-09 16:14       ` Junio C Hamano
2011-05-29 18:20   ` Ævar Arnfjörð Bjarmason
2011-05-29 20:29     ` 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).