views:

70

answers:

3

Know of any good ones? Looks like there were a few attempts at adding git support to Warehouse but it appears to be dead. I'm aware of Redmine but am looking for others.

I host git repos with gitosis on my local server and want a way to browse it on the web.

+4  A: 

Maybe you can use GitWeb, or Trac with git plugin.

Teodor Pripoae
GitWeb looks like the best out there currently.
Trevor Hartman
If this helped you, please accept the answer.
Teodor Pripoae
+1  A: 

Besides GitWeb, cgit is a good choice, too.

cypheon
+1  A: 

Take a look at "Web Interfaces" section of Interfaces, frontends and tools page on Git Wiki.
There you will find, among others, the following web interfaces:

There are few other simple web interfaces (in Perl using Catalyst, in Python using Pyjamas, in PHP, in Ruby); see mentioned Git Wiki page for links and descriptions. Most commonly used are I think gitweb and cgit.

Beside simple web interfaces, there are also a few git hosting solutions, which include built-in web interface (like GitHub does):

Jakub Narębski