Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] RFC smart HTTP push

"Shawn O. Pearce" <spearce@xxxxxxxxxxx> wrote:
> Alex Blewitt <alex.blewitt@xxxxxxxxx> wrote:
> > Yup. It's possible that the HTTP pull is going to be more used than HTTP 
> > push (more consumers than contributors) so if we can use the same  
> > framework for both, that'd be great.
> 
> I almost have the HTTP pull implemented.  I'm having some trouble
> with ACK/NAK bookkeeping during negotiation but I'm hoping to fix
> it in the next hour and upload additional commits.

And smart fetch/pull is now also posted on Gerrit.

This is strictly an RFC, it needs more documentation on the protocol,
why I did what I did, and unit tests would be good before we
submit it.  Plus I'd like to try to get C Git patches for roughly
the same thing before we really commit to a protocol in JGit.

-- 
Shawn.


Back to the top