On Mon, Feb 23, 2009 at 6:20 PM, David Turner <[email protected]> wrote:

> An experimental git repository is now in place, see http://git.freetype.org

Woo!

> gitosis / git-daemon / gitweb are nice, but oh my, they are so badly
> documented that it's hard to avoid many pitfalls. I'll try to document them
> later.

No kidding. I've set up a couple of gitweb instances, if you need any help.

In particular:

edit *.git/description to set the description column in the gitweb index

add the git-daemon base url to the git_base_url_list definition in
gitweb.cgi. Something like

our @git_base_url_list = grep { $_ ne '' } ("git://git.freetype.org");

There's some way to also list an http url, which is helpful for people
behind firewalls, but I've not figured it out yet. You don't want to
default to the http url because it's so much slower.

 -r


_______________________________________________
Freetype-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to