Git development
 help / color / mirror / Atom feed
* [PATCH 0/2] Support pack files in http-pull
@ 2005-07-31 20:09 barkalow
  2005-07-31 20:10 ` [PATCH 1/2] Functions for managing the set of packs the library is using barkalow
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: barkalow @ 2005-07-31 20:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

This series adds support for downloading pack files when appropriate in 
http-pull. When it finds that a needed object is not available, it 
downloads info/packs (into memory), identifies any pack files it doesn't 
have from there, downloads indices of any of these that it doesn't have, 
and downloads the pack containing the object. If other packs are also 
needed, it downloads them when it reaches them.

 	-Daniel
*This .sig left intentionally blank*

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

end of thread, other threads:[~2005-08-01  8:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31 20:09 [PATCH 0/2] Support pack files in http-pull barkalow
2005-07-31 20:10 ` [PATCH 1/2] Functions for managing the set of packs the library is using barkalow
2005-07-31 23:45   ` Junio C Hamano
2005-07-31 20:10 ` [PATCH 2/2] Support downloading packs by HTTP barkalow
2005-08-01  0:53 ` [PATCH 1/2] Functions for managing the set of packs the library is using (whitespace fixed) barkalow
2005-08-01  8:16   ` Junio C Hamano
2005-08-01  0:54 ` [PATCH 2/2] Support downloading packs by HTTP " barkalow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox