Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-15 03:15:02 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-15 03:15:02 +0400
commit8d493019c4d2205a1020e6e72ca4f9a92534193f (patch)
treecf3706f655c065cc27996506dd231690644c245c /config/routes.rb
parentef396d08fc9af54f0e2c69da27d64e13064e0dfb (diff)
Show commits for merge request immediatly
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 25c4240da31..81bf93c7f23 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -90,7 +90,6 @@ Gitlab::Application.routes.draw do
resources :merge_requests do
member do
get :diffs
- get :commits
end
end