Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-22 04:49:37 +0300
committerEvan Read <eread@gitlab.com>2019-07-22 04:49:37 +0300
commit785b9b02ded3d2e973afc3c7d12e1a126a23240c (patch)
tree3317aa1c262a1bb434a220df54ea9634f10f2d69 /doc/user/project/import
parenta744fd79b5752a070253abac5886c20b7e26ed69 (diff)
Fix unordered list spacing
Correct the spacing of unordered markdown lists in docs, to maintain standards of documentation, in /user and others.
Diffstat (limited to 'doc/user/project/import')
-rw-r--r--doc/user/project/import/svn.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/project/import/svn.md b/doc/user/project/import/svn.md
index 7359487e1bf..d175ee87f26 100644
--- a/doc/user/project/import/svn.md
+++ b/doc/user/project/import/svn.md
@@ -9,13 +9,13 @@ between the two, for more information consult your favorite search engine.
There are two approaches to SVN to Git migration:
1. [Git/SVN Mirror](#smooth-migration-with-a-gitsvn-mirror-using-subgit) which:
- - Makes the GitLab repository to mirror the SVN project.
- - Git and SVN repositories are kept in sync; you can use either one.
- - Smoothens the migration process and allows to manage migration risks.
+ - Makes the GitLab repository to mirror the SVN project.
+ - Git and SVN repositories are kept in sync; you can use either one.
+ - Smoothens the migration process and allows to manage migration risks.
1. [Cut over migration](#cut-over-migration-with-svn2git) which:
- - Translates and imports the existing data and history from SVN to Git.
- - Is a fire and forget approach, good for smaller teams.
+ - Translates and imports the existing data and history from SVN to Git.
+ - Is a fire and forget approach, good for smaller teams.
## Smooth migration with a Git/SVN mirror using SubGit