On Fri, Sep 12, 2008 at 2:57 PM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > > "Ciprian Dorin Craciun" <ciprian.craciun@xxxxxxxxx> writes: > > > On Fri, Sep 12, 2008 at 7:47 AM, sagi4 <geetha@xxxxxxxxxxxxxxx> wrote: > > > > > > Hi all, > > > > > > I am new git.. > > > > > > I would like to configure git as a public repository for my rails > > > application.. > > > -- by using gitweb? and serving it as http://...; > > Gitweb (and cgit, and git-php) is _web interface_ to repository, which > means that you can check the state of repository, view current version > and the log of changes, and many other things from a web browser. <plug> Current cgit also allows cloning over http using the same url as for browsing the repo, i.e. you may $ git clone http://hjemli.net/git/cgit This has one advantage over just publishing the repo; you don't have to run `git-update-server-info` (thanks to the work done by Shawn O. Pearce on git-http-backend, which is shamelessly reimplemented in cgit). </plug> -- larsh -- 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