git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] thin-pack capability for send-pack/receive-pack
@ 2013-11-06 15:04 Carlos Martín Nieto
  2013-11-06 15:04 ` [PATCH 1/2] receive-pack: advertise thin-pack Carlos Martín Nieto
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Carlos Martín Nieto @ 2013-11-06 15:04 UTC (permalink / raw)
  To: git; +Cc: jrnieder, pclouds

Hi all,

This comes as a result of the discussion starting at [0] about
git-push assuming that a server will always support thin packs. Most
out there in fact do, but this isn't necessarily the case.

Some implementations may not have support for it yet, or the server
might be running in an environment where it is not feasible for it to
try to fill in the missing objects.

Jonathan and Duy mentioned that separate patches for receive-pack and
send-pack could let us work around adding this at such a late stage,
so here they are. The second patch can maybe lie in waiting for a
while.


[0] http://thread.gmane.org/gmane.comp.version-control.git/235766/focus=236402

Carlos Martín Nieto (2):
  receive-pack: advertise thin-pack
  send-pack: only send a thin pack if the server supports it

 Documentation/technical/protocol-capabilities.txt | 20 +++++++++++++++-----
 builtin/receive-pack.c                            |  2 +-
 send-pack.c                                       |  2 ++
 3 files changed, 18 insertions(+), 6 deletions(-)

-- 
1.8.4.652.g0d6e0ce

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

end of thread, other threads:[~2013-11-23 15:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 15:04 [PATCH 0/2] thin-pack capability for send-pack/receive-pack Carlos Martín Nieto
2013-11-06 15:04 ` [PATCH 1/2] receive-pack: advertise thin-pack Carlos Martín Nieto
2013-11-06 15:04 ` [PATCH 2/2] send-pack: only send a thin pack if the server supports it Carlos Martín Nieto
2013-11-06 20:32 ` [PATCH 0/2] thin-pack capability for send-pack/receive-pack Junio C Hamano
2013-11-06 21:41   ` Carlos Martín Nieto
2013-11-06 22:25     ` Junio C Hamano
2013-11-06 22:54       ` Jeff King
2013-11-06 23:47         ` Shawn Pearce
2013-11-06 23:42     ` Shawn Pearce
2013-11-23 15:09       ` Carlos Martín Nieto

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