Re: [PATCH v3 7/8] fetch: fetch objects by their exact SHA-1 object names

2013-02-05 Thread Junio C Hamano
Jeff King writes: > On Wed, Jan 30, 2013 at 10:45:41AM -0800, Junio C Hamano wrote: > >> Teach "git fetch" to accept an exact SHA-1 object name the user may >> obtain out of band on the LHS of a pathspec, and send it on a "want" >> message when the server side advertises the allow-tip-sha1-in-wan

Re: [PATCH v3 7/8] fetch: fetch objects by their exact SHA-1 object names

2013-02-05 Thread Jeff King
On Tue, Feb 05, 2013 at 04:19:38AM -0500, Jeff King wrote: > But taking a step back, this really seems quite inferior to an > extension that would allow the client to share its refspecs with the > server. That would solve the bandwidth efficiency problem for normal > fetchers who are I should ha

Re: [PATCH v3 7/8] fetch: fetch objects by their exact SHA-1 object names

2013-02-05 Thread Jeff King
On Wed, Jan 30, 2013 at 10:45:41AM -0800, Junio C Hamano wrote: > Teach "git fetch" to accept an exact SHA-1 object name the user may > obtain out of band on the LHS of a pathspec, and send it on a "want" > message when the server side advertises the allow-tip-sha1-in-want > capability. Hmm. The

[PATCH v3 7/8] fetch: fetch objects by their exact SHA-1 object names

2013-01-30 Thread Junio C Hamano
Teach "git fetch" to accept an exact SHA-1 object name the user may obtain out of band on the LHS of a pathspec, and send it on a "want" message when the server side advertises the allow-tip-sha1-in-want capability. Signed-off-by: Junio C Hamano --- fetch-pack.c | 22 +++