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:
authorJacob Vosmaer <jacob@gitlab.com>2018-08-17 14:41:22 +0300
committerZeger-Jan van de Weg <zegerjan@gitlab.com>2018-08-17 14:41:22 +0300
commit104532b41534a3498711bcc0a210c81e3c4f6348 (patch)
tree1200c49ef5fa5bd26f66107e1d4b9d8ee57eb37d /CONTRIBUTING.md
parent7b334395c9cd6a6257a5d93c00e365d326531bc0 (diff)
Add vendor-gitaly-proto script
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d6f5fb985..ade517e4a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -257,13 +257,13 @@ The following steps take place inside your Gitaly repo.
```shell
# for forks:
-govendor fetch gitlab.com/gitlab-org/gitaly-proto/go::gitlab.com/my-user/gitaly-proto/go@my-branch
+_support/vendor-gitaly-proto --fork gitlab.com/my-user/gitaly-proto my-branch
# for a gitlab-org branch:
-govendor fetch gitlab.com/gitlab-org/gitaly-proto/go@my-branch
+_support/vendor-gitaly-proto my-branch
# if the gitaly-proto version you want to use was already released:
-govendor fetch gitlab.com/gitlab-org/gitaly-proto/go@v<tag-version>
+_support/vendor-gitaly-proto v<tag-version>
```
- Include the new proto Go code in your next commit with `git add vendor`