lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can i write a new protocol for git
- Date: Fri, 5 Sep 2008 11:47:46 +0200
- From: Mike Hommey <mh@xxxxxxxxxxxx>
- Subject: Re: How can i write a new protocol for git
On Fri, Sep 05, 2008 at 05:22:57PM +0800, Sky Patrick wrote:
> Hi,
>
> If i want to write a new protocol for file transfer and would like to
> to integrate it with git. Is it possible and easy to integrate it ?
> Currently, i know that jgit may achieve it, but it is a Java
> implementation and may not work with git command line program that
> written in C.
First, it would depend if you need this new protocol to be a dumb
protocol (like rsync and http) or "native" (git or ssh).
I've been meaning to refactor the dumb protocol "stack" for a while, but
haven't gone much further than ideas in my mind (i.e. no code). I also
have some start of http code recfactoring, that is waiting for this dumb
protocol rework to be completed.
Mike
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html