On Thu, Jan 13 2011, Benedict Eastaugh wrote: > On 13 January 2011 15:30, Johan Tibell <[email protected]> wrote: >> We should set up a git daemon at some point as it's much more >> efficient that pulling over HTTP. > > As of version 1.6.6, Git is much more efficient over HTTP than it used to be. > > http://progit.org/2010/03/04/smart-http.html
You do have to install the git smart-http plugin in the server, or it only uses the "dumb" HTTP protocol. David _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
