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