Skip to content
Snippets Groups Projects
Unverified Commit 4eaeea6e authored by James Ramsay's avatar James Ramsay
Browse files

Remove downcase from special path helper

parent 3f44c4ce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -389,7 +389,7 @@ module ProjectsHelper
end
 
def add_special_file_path(project, file_name:, commit_message: nil, branch_name: nil, context: nil)
commit_message ||= s_("CommitMessage|Add %{file_name}") % { file_name: file_name.downcase }
commit_message ||= s_("CommitMessage|Add %{file_name}") % { file_name: file_name }
project_new_blob_path(
project,
project.default_branch || 'master',
Loading
Loading
---
title: Fix inconsistent downcase of filenames in prefilled `Add` commit messages
merge_request: 16232
author: James Ramsay
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment