mount grack to git, u can 'git clone http://localhost/git/xx.git' now

This commit is contained in:
Saito 2012-06-29 11:30:31 +08:00
parent 61b85aed59
commit 86807b8ecc
3 changed files with 42 additions and 22 deletions

View file

@ -0,0 +1,8 @@
module Grack
class Auth < Rack::Auth::Basic
def valid?
true
end
end
end