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
0e2f4f55
Commit
0e2f4f55
authored
Jan 12, 2018
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in Project and Repository models
parent
f40b1b69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
app/models/project.rb
app/models/project.rb
+0
-3
app/models/repository.rb
app/models/repository.rb
+0
-3
No files found.
app/models/project.rb
View file @
0e2f4f55
...
...
@@ -21,12 +21,9 @@ class Project < ActiveRecord::Base
include
Gitlab
::
SQL
::
Pattern
include
DeploymentPlatform
include
::
Gitlab
::
Utils
::
StrongMemoize
<<<<<<<
HEAD
# EE specific modules
prepend
EE
::
Project
=======
>>>>>>>
upstream
/
master
extend
Gitlab
::
ConfigHelper
extend
Gitlab
::
CurrentSettings
...
...
app/models/repository.rb
View file @
0e2f4f55
...
...
@@ -910,7 +910,6 @@ class Repository
end
end
<<<<<<<
HEAD
def
fetch_upstream
(
url
)
add_remote
(
Repository
::
MIRROR_REMOTE
,
url
)
fetch_remote
(
Repository
::
MIRROR_REMOTE
,
ssh_auth:
project
&
.
import_data
)
...
...
@@ -953,8 +952,6 @@ class Repository
end
end
=======
>>>>>>>
upstream
/
master
def
root_ref_sha
@root_ref_sha
||=
commit
(
root_ref
).
sha
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