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.
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.