summaryrefslogtreecommitdiff
path: root/app/controllers/projects/commit_controller.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-08 18:08:32 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-08 18:08:32 +0000
commit2ac48330152821211934d8aee396679d5895c5fe (patch)
tree4fa11de67f08298313bc73958980b55aed814ae2 /app/controllers/projects/commit_controller.rb
parent1ec1bec4ee7ef7cb2e6faa7af625950f6d7aa290 (diff)
downloadgitlab-ce-2ac48330152821211934d8aee396679d5895c5fe.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects/commit_controller.rb')
-rw-r--r--app/controllers/projects/commit_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/commit_controller.rb b/app/controllers/projects/commit_controller.rb
index b0c6f3cc6a1..2e48f2f0e45 100644
--- a/app/controllers/projects/commit_controller.rb
+++ b/app/controllers/projects/commit_controller.rb
@@ -21,6 +21,8 @@ class Projects::CommitController < Projects::ApplicationController
BRANCH_SEARCH_LIMIT = 1000
+ feature_category :source_code_management
+
def show
apply_diff_view_cookie!