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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
b2c4675c
Commit
b2c4675c
authored
Dec 04, 2015
by
Marin Jankovski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recursivity needed if a fork is a fork of a fork.
parent
b9a0f96d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/models/lfs_object.rb
app/models/lfs_object.rb
+1
-1
lib/gitlab/lfs/response.rb
lib/gitlab/lfs/response.rb
+1
-1
No files found.
app/models/lfs_object.rb
View file @
b2c4675c
...
...
@@ -8,7 +8,7 @@ class LfsObject < ActiveRecord::Base
def
storage_project
(
project
)
if
project
&&
project
.
forked?
project
.
forked_from_project
storage_project
(
project
.
forked_from_project
)
else
project
end
...
...
lib/gitlab/lfs/response.rb
View file @
b2c4675c
...
...
@@ -220,7 +220,7 @@ module Gitlab
def
storage_project
(
project
)
if
project
.
forked?
project
.
forked_from_project
storage_project
(
project
.
forked_from_project
)
else
project
end
...
...
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