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
ea72cbc5
Commit
ea72cbc5
authored
Jul 01, 2020
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default gitaly_ruby_remote_branches_ls_remote on
parent
5f1592ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/services/projects/update_remote_mirror_service.rb
app/services/projects/update_remote_mirror_service.rb
+1
-1
No files found.
app/services/projects/update_remote_mirror_service.rb
View file @
ea72cbc5
...
@@ -29,7 +29,7 @@ module Projects
...
@@ -29,7 +29,7 @@ module Projects
remote_mirror
.
ensure_remote!
remote_mirror
.
ensure_remote!
# https://gitlab.com/gitlab-org/gitaly/-/issues/2670
# https://gitlab.com/gitlab-org/gitaly/-/issues/2670
if
Feature
.
disabled?
(
:gitaly_ruby_remote_branches_ls_remote
)
if
Feature
.
disabled?
(
:gitaly_ruby_remote_branches_ls_remote
,
default_enabled:
true
)
repository
.
fetch_remote
(
remote_mirror
.
remote_name
,
ssh_auth:
remote_mirror
,
no_tags:
true
)
repository
.
fetch_remote
(
remote_mirror
.
remote_name
,
ssh_auth:
remote_mirror
,
no_tags:
true
)
end
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