OSDN Git Service

Add 'hooks' to path blacklist.
authorRobert Schilling <rschilling@student.tugraz.at>
Thu, 22 Aug 2013 06:18:50 +0000 (08:18 +0200)
committerRobert Schilling <rschilling@student.tugraz.at>
Thu, 22 Aug 2013 06:18:50 +0000 (08:18 +0200)
lib/gitlab/blacklist.rb

index d00214a..26f987b 100644 (file)
@@ -3,7 +3,7 @@ module Gitlab
     extend self
 
     def path
-      %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository)
+      %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks)
     end
   end
 end