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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-10-24 09:27:03 +0300
committerEvan Read <eread@gitlab.com>2022-10-24 09:28:36 +0300
commit90964186c61d5c2b93a744944666461fc2fab190 (patch)
tree66a968633d9bf48e29efc3b3a6764dfe85e044f7 /doc/test_repos.md
parenta09e2b67f58008784e7384c34a8031a839a4fd8d (diff)
Complete fix of Markdownlint violations in the docs
Diffstat (limited to 'doc/test_repos.md')
-rw-r--r--doc/test_repos.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/test_repos.md b/doc/test_repos.md
index a2abda060..940fdf82a 100644
--- a/doc/test_repos.md
+++ b/doc/test_repos.md
@@ -1,12 +1,12 @@
# Repositories used by the Gitaly test suite
Gitaly uses two test repositories. One should be enough but we got a
-second one for free when importing code from gitlab-ce.
+second one for free when importing code from `gitlab-ce`.
These repositories get cloned by `make prepare-tests`. They end up in:
-- `_build/testrepos/gitlab-test.git`
-- `_build/testrepos/gitlab-git-test.git`
+- `_build/testrepos/gitlab-test.git`
+- `_build/testrepos/gitlab-git-test.git`
To prevent fragile tests, we use fixed `packed-refs` files for these
repositories. They get installed by make (see `_support/makegen.go`)
@@ -15,11 +15,11 @@ from files in `_support`.
To update `packed-refs` run `git gc` in your test repo and copy the new
`packed-refs` to the right location in `_support`.
-## Example:
+## Example
-Let's add a new branch to gitlab-test.
+Let's add a new branch to `gitlab-test`.
-```
+```shell
make prepare-tests
git clone _build/testrepos/gitlab-test.git _build/gitlab-test