freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] Switching to Git ?


From: Ralph Giles
Subject: Re: [ft-devel] Switching to Git ?
Date: Mon, 23 Feb 2009 18:38:10 -0800

On Mon, Feb 23, 2009 at 6:20 PM, David Turner <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]