gitweb on darcs.haskell.org?
Hello, Do we have an instance of "gitweb" for the various ghc related repos running somewhere? If not, I'd be happy to setup an instance, would anyone object? "gitweb" is a web-interface which makes it easy to get a quick overview of what's going on with a collection of repositories. It shows commits, branches, tags, etc. Also, it provides RSS/Atom feeds, which makes it easy to subscribe to changes for repos of interest. -Iavor PS: you can try it out locally by typing "git instaweb" in a git repository.
All of the GHC repos are mirrored to Github, which offers similar facilities. Of course, it wouldn't be too much work to setup gitweb on darcs.haskell.org, I don't think. Edward
I am also a fan of cgit: http://hjemli.net/git/cgit/about/ As it's very very fast and has a pleasant UI, but I'm not partial either way (gitweb is probably more than robust enough to handle a repo of GHC's size I'm sure.) On Tue, Jun 21, 2011 at 12:09 PM, Iavor Diatchki <iavor.diatchki@gmail.com> wrote:
Hello, Do we have an instance of "gitweb" for the various ghc related repos running somewhere? If not, I'd be happy to setup an instance, would anyone object? "gitweb" is a web-interface which makes it easy to get a quick overview of what's going on with a collection of repositories. It shows commits, branches, tags, etc. Also, it provides RSS/Atom feeds, which makes it easy to subscribe to changes for repos of interest. -Iavor PS: you can try it out locally by typing "git instaweb" in a git repository.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
-- Regards, Austin
Hello, We now have a git-web instance running on darcs.haskell.org. You can access it at the following URL: http://darcs.haskell.org/cgi-bin/gitweb.cgi -Iavor On Tue, Jun 21, 2011 at 10:26 AM, austin seipp <as@hacks.yi.org> wrote:
I am also a fan of cgit:
http://hjemli.net/git/cgit/about/
As it's very very fast and has a pleasant UI, but I'm not partial either way (gitweb is probably more than robust enough to handle a repo of GHC's size I'm sure.)
On Tue, Jun 21, 2011 at 12:09 PM, Iavor Diatchki <iavor.diatchki@gmail.com> wrote:
Hello, Do we have an instance of "gitweb" for the various ghc related repos running somewhere? If not, I'd be happy to setup an instance, would anyone object? "gitweb" is a web-interface which makes it easy to get a quick overview of what's going on with a collection of repositories. It shows commits, branches, tags, etc. Also, it provides RSS/Atom feeds, which makes it easy to subscribe to changes for repos of interest. -Iavor PS: you can try it out locally by typing "git instaweb" in a git repository.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
-- Regards, Austin
Hi Iavor, Could we get darcs.haskell.org/haddock.git in there as well? It's now the haddock upstream repository, and darcs.haskell.org/haddock2 should not be used. 2011/6/24 Iavor Diatchki <iavor.diatchki@gmail.com>:
Hello, We now have a git-web instance running on darcs.haskell.org. You can access it at the following URL: http://darcs.haskell.org/cgi-bin/gitweb.cgi -Iavor
On Tue, Jun 21, 2011 at 10:26 AM, austin seipp <as@hacks.yi.org> wrote:
I am also a fan of cgit:
http://hjemli.net/git/cgit/about/
As it's very very fast and has a pleasant UI, but I'm not partial either way (gitweb is probably more than robust enough to handle a repo of GHC's size I'm sure.)
On Tue, Jun 21, 2011 at 12:09 PM, Iavor Diatchki <iavor.diatchki@gmail.com> wrote:
Hello, Do we have an instance of "gitweb" for the various ghc related repos running somewhere? If not, I'd be happy to setup an instance, would anyone object? "gitweb" is a web-interface which makes it easy to get a quick overview of what's going on with a collection of repositories. It shows commits, branches, tags, etc. Also, it provides RSS/Atom feeds, which makes it easy to subscribe to changes for repos of interest. -Iavor PS: you can try it out locally by typing "git instaweb" in a git repository.
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
-- Regards, Austin
_______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
participants (4)
-
austin seipp -
David Waern -
Edward Z. Yang -
Iavor Diatchki