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
Léo-Paul Géneau
gitlab-ce
Commits
31268b1b
Commit
31268b1b
authored
Jan 19, 2018
by
Kim "BKC" Carlbäcker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
_never_ unset gitlab.full_path
parent
e1925f6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/gitlab/git/repository.rb
lib/gitlab/git/repository.rb
+2
-2
No files found.
lib/gitlab/git/repository.rb
View file @
31268b1b
...
@@ -1317,8 +1317,8 @@ module Gitlab
...
@@ -1317,8 +1317,8 @@ module Gitlab
end
end
# rubocop:enable Metrics/ParameterLists
# rubocop:enable Metrics/ParameterLists
def
write_config
(
full_path:
nil
)
def
write_config
(
full_path
:)
rugged
.
config
[
'gitlab.fullpath'
]
=
full_path
rugged
.
config
[
'gitlab.fullpath'
]
=
full_path
if
full_path
.
present?
end
end
def
gitaly_repository
def
gitaly_repository
...
...
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