git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Support for packs in HTTP
@ 2005-07-10 19:53 Daniel Barkalow
  2005-07-10 19:55 ` [PATCH 1/2] Management of packs not yet installed Daniel Barkalow
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Daniel Barkalow @ 2005-07-10 19:53 UTC (permalink / raw)
  To: git; +Cc: Linus Torvalds, Petr Baudis

This series has one patch which is ready to go in and one that's not
(although it's a reasonable phony for the current state of the git world).

 1: Several additional functions are needed in the library to support
    progressively getting pack data from some remote location and using it
    to determine what else to get.

 2: git-http-pull can get packs as appropriate by getting all the index
    files first, and then using them to figure out whether the object it's
    looking for is in some pack it could get.

Currently, there's no sane way to figure out what pack/index files are
available from an HTTP server. But there only seems to be one pack file
available on an HTTP server at the moment, so this tries to get that
one.

	-Daniel
*This .sig left intentionally blank*

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

end of thread, other threads:[~2005-07-12 13:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-10 19:53 [PATCH 0/2] Support for packs in HTTP Daniel Barkalow
2005-07-10 19:55 ` [PATCH 1/2] Management of packs not yet installed Daniel Barkalow
2005-07-10 19:56 ` [PATCH 2/2] Demo support for packs via HTTP Daniel Barkalow
2005-07-11 21:49   ` Darrin Thompson
2005-07-12  1:54     ` Daniel Barkalow
2005-07-12 13:35       ` Darrin Thompson
2005-07-10 23:10 ` [PATCH 0/2] Support for packs in HTTP Junio C Hamano
2005-07-10 23:45   ` Linus Torvalds
2005-07-11  0:20     ` Daniel Barkalow
2005-07-11  0:34       ` Linus Torvalds
2005-07-11  3:22         ` Daniel Barkalow
2005-07-11  3:37           ` Linus Torvalds
2005-07-11  4:07             ` Daniel Barkalow
2005-07-11 17:44               ` Linus Torvalds
2005-07-11 20:03                 ` Daniel Barkalow

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).