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 (GitLab) <jacob@gitlab.com>2017-05-08 12:20:52 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2017-05-08 12:20:52 +0300
commit0622622268aa7c4823df03805fa907cf8b3e7889 (patch)
tree3227b4bef2620028236b5300e6e4122e2d594d43
parent6df66b403aeff04fae7cf72c60cfcb422650a510 (diff)
parent5a9230d632bc6acaa4e31467909980c6ab9701c6 (diff)
Merge branch 'changelog-wording' into 'master'
Use RPC name in changelog entries See merge request !142
-rw-r--r--CHANGELOG.md2
-rw-r--r--CONTRIBUTING.md5
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4fe9052e2..5908c8684 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,7 @@ v0.10.0
https://gitlab.com/gitlab-org/gitaly/merge_requests/136
- CommitDiff: Implement CommitDelta RPC
https://gitlab.com/gitlab-org/gitaly/merge_requests/139
-- Set GL_REPOSITORY env variable if it's set on ReceivePack request
+- PostReceivePack: Set GL_REPOSITORY env variable when provided in request
https://gitlab.com/gitlab-org/gitaly/merge_requests/137
v0.9.0
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d7140fa8e..03a24f178 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -7,3 +7,8 @@ This document describes requirements for merge requests to Gitaly.
Any new merge request must contain either a CHANGELOG.md entry or a
justification why no changelog entry is needed. New changelog entries
should be added to the 'UNRELEASED' section of CHANGELOG.md.
+
+If a change is specific to an RPC, start the changelog line with the
+RPC name. So for a change to RPC `FooBar` you would get:
+
+> FooBar: Add support for `fluffy_bunnies` parameter