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:
authorOswaldo Ferreira <oswaldo@gitlab.com>2018-07-17 19:37:43 +0300
committerOswaldo Ferreira <oswaldo@gitlab.com>2018-07-17 19:40:01 +0300
commitbef2f5e1a2f65bdbfcf035a862c83a02ca43c691 (patch)
tree295363932d2aecb9eebc70bf570dcd887e1f4e17 /CONTRIBUTING.md
parentf7df27526d657634c8b5fd3e61f335ed5ec7561d (diff)
Mention govendor fetch tag version after a gitaly-proto release
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5387417da..d6f5fb985 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -261,6 +261,9 @@ govendor fetch gitlab.com/gitlab-org/gitaly-proto/go::gitlab.com/my-user/gitaly-
# for a gitlab-org branch:
govendor fetch gitlab.com/gitlab-org/gitaly-proto/go@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>
```
- Include the new proto Go code in your next commit with `git add vendor`