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
f85c124a
Commit
f85c124a
authored
Nov 08, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in app/models/repository.rb
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
dd96bc43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
app/models/repository.rb
app/models/repository.rb
+2
-9
No files found.
app/models/repository.rb
View file @
f85c124a
...
...
@@ -17,11 +17,9 @@ class Repository
]
.
freeze
include
Gitlab
::
ShellAdapter
<<<<<<<
HEAD
include
Elastic
::
RepositoriesSearch
prepend
EE
::
Repository
=======
>>>>>>>
upstream
/
master
include
Elastic
::
RepositoriesSearch
attr_accessor
:full_path
,
:disk_path
,
:project
,
:is_wiki
...
...
@@ -1027,13 +1025,8 @@ class Repository
gitlab_shell
.
fetch_remote
(
raw_repository
,
remote
,
ssh_auth:
ssh_auth
,
forced:
forced
,
no_tags:
no_tags
)
end
<<<<<<<
HEAD
def
fetch_source_branch
(
source_repository
,
source_branch
,
local_ref
)
raw_repository
.
fetch_source_branch
(
source_repository
.
raw_repository
,
source_branch
,
local_ref
)
=======
def
fetch_source_branch!
(
source_repository
,
source_branch
,
local_ref
)
raw_repository
.
fetch_source_branch!
(
source_repository
.
raw_repository
,
source_branch
,
local_ref
)
>>>>>>>
upstream
/
master
end
def
compare_source_branch
(
target_branch_name
,
source_repository
,
source_branch_name
,
straight
:)
...
...
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