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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
908eabeb
Commit
908eabeb
authored
Jul 06, 2016
by
tiagonbotelho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes issues for mr acceptance
parent
d652fa56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/models/repository.rb
app/models/repository.rb
+2
-2
No files found.
app/models/repository.rb
View file @
908eabeb
...
@@ -748,8 +748,8 @@ class Repository
...
@@ -748,8 +748,8 @@ class Repository
update:
options
[
:update
]
update:
options
[
:update
]
}
}
if
commit_
options
[
:previous_path
]
if
options
[
:previous_path
]
commit_options
[
:file
]
.
merge!
(
previous_path:
commit_options
[
:previous_path
])
commit_options
[
:file
]
[
:previous_path
]
=
options
[
:previous_path
]
Gitlab
::
Git
::
Blob
.
rename
(
raw_repository
,
commit_options
)
Gitlab
::
Git
::
Blob
.
rename
(
raw_repository
,
commit_options
)
else
else
...
...
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