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
Tatuya Kamada
gitlab-ce
Commits
fedfba55
Commit
fedfba55
authored
Apr 22, 2016
by
James Lopez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more refactoring - easier guessing path changes
parent
42567436
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
lib/gitlab/import_export/project_tree_saver.rb
lib/gitlab/import_export/project_tree_saver.rb
+1
-1
lib/gitlab/import_export/repo_bundler.rb
lib/gitlab/import_export/repo_bundler.rb
+1
-1
lib/gitlab/import_export/wiki_repo_bundler.rb
lib/gitlab/import_export/wiki_repo_bundler.rb
+1
-1
No files found.
lib/gitlab/import_export/project_tree_saver.rb
View file @
fedfba55
...
...
@@ -25,7 +25,7 @@ module Gitlab
end
def
project_filename
"
#{
@project
.
name
}
.json"
"
project
.json"
end
def
project_json_tree
...
...
lib/gitlab/import_export/repo_bundler.rb
View file @
fedfba55
...
...
@@ -27,7 +27,7 @@ module Gitlab
end
def
project_filename
"
#{
@project
.
name
}
.bundle"
"
project
.bundle"
end
def
path_to_repo
...
...
lib/gitlab/import_export/wiki_repo_bundler.rb
View file @
fedfba55
...
...
@@ -19,7 +19,7 @@ module Gitlab
private
def
project_filename
"
#{
@project
.
name
}
.wiki.bundle"
"
project
.wiki.bundle"
end
def
path_to_repo
...
...
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