Folder named hooks in repository root won't render files
Created by: tonybarbieri
Hello,
I'm not sure if this is a bug but we have a project that has a folder named hooks in the root of the repository. When I try to browse files in that directory I get the following in the gitlabhq log:
Started GET "/namespace/project/tree/master/hooks?=1358298525100" for 127.0.0.1 at 2013-01-15 20:08:45 -0500 Processing by HooksController#index as JS Parameters: {""=>"1358298525100", "project_id"=>"namespace/project/tree/master"} Rendered public/404.html (0.1ms) Filter chain halted as :project rendered or redirected Completed 404 Not Found in 7ms (Views: 1.0ms | ActiveRecord: 1.1ms)
Is a hooks folder in the root special?
Thanks!
-tony