Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
4eaeea6e
Commit
4eaeea6e
authored
Jan 02, 2018
by
James Ramsay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove downcase from special path helper
parent
3f44c4ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/helpers/projects_helper.rb
app/helpers/projects_helper.rb
+1
-1
changelogs/unreleased/jramsay-41590-add-readme-case.yml
changelogs/unreleased/jramsay-41590-add-readme-case.yml
+5
-0
No files found.
app/helpers/projects_helper.rb
View file @
4eaeea6e
...
@@ -389,7 +389,7 @@ module ProjectsHelper
...
@@ -389,7 +389,7 @@ module ProjectsHelper
end
end
def
add_special_file_path
(
project
,
file_name
:,
commit_message:
nil
,
branch_name:
nil
,
context:
nil
)
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_new_blob_path
(
project
,
project
,
project
.
default_branch
||
'master'
,
project
.
default_branch
||
'master'
,
...
...
changelogs/unreleased/jramsay-41590-add-readme-case.yml
0 → 100644
View file @
4eaeea6e
---
title
:
Fix inconsistent downcase of filenames in prefilled `Add` commit messages
merge_request
:
16232
author
:
James Ramsay
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment