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 19:17:19 +0300
committerJacob Vosmaer <jacob@gitlab.com>2018-08-17 19:17:19 +0300
commitb36621499a0763aab61d6a503e3a0b31db678f89 (patch)
tree69bd91bbc66a5210423b567c2a74d2eb918dfc0d
parentf3ca1819eaf71bceb65d99f0e455b4088b01430b (diff)
Merge changelog from 0-117-stable
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13a519f6e..c41291a76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@
- Add ability to support custom options for git-receive-pack
https://gitlab.com/gitlab-org/gitaly/merge_requests/834
+## v0.117.2
+
+#### Fixed
+- Fix diffs being collapsed unnecessarily
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/854
+- Fix patch size calculations to not include headers
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/859
+- Prune large patches by default when enforcing limits
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/858
+
## v0.117.1
#### Security