10 comments

[ 2.1 ms ] story [ 51.7 ms ] thread
they should remove the login requirement to browse. I think that would make it easier to tell how this thing works.
This is great... I can't wait to start playing with it.
Yay! I think I'll use this for my private repositories..
I notice you don't yet support smart http(s).

I wrote (well, update/adapted actually) a plugin for Redmine which allows hosting of git repositories (https://github.com/ericpaulbishop/redmine_git_hosting) and I integrated Scott Chacon's "grack" code so that it will support smart http out of the box.

If you're interested this feature it may be helfpul to check out the code in app/controllers/git_http_controller.rb in my plugin. Note that the rails user needs to have access to the git repo directory for this code to work. I handle this issue using a sudo configuration, which is an extra setup step for users, and requres them to have admin priviledges. You may want to handle this differently.

(comment deleted)