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:
authorAndrew Newdigate <andrew@gitlab.com>2017-09-13 12:49:58 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-09-13 12:49:58 +0300
commit222f77398de776f44c224227edafe5657a9fe467 (patch)
tree5a4fe77bbc8673a650a21efd6a2b4166620f506b /CHANGELOG.md
parent17a178a8e92a64df10a47efc21fe2d379c9720e2 (diff)
parent7a1469bee0d149277dd41b619486d1af18b49dd8 (diff)
Merge branch 'fix/diff-parsing-when-last-10-bytes-has-newlines' into 'master'
Fix diff parsing when the last 10 bytes of a stream contain newlines Closes #557 See merge request !348
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca53b67c0..bdc1f749f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ UNRELEASED
https://gitlab.com/gitlab-org/gitaly/merge_requests/332
- Don't use 'bundle show' to find Linguist
https://gitlab.com/gitlab-org/gitaly/merge_requests/339
+- Fix diff parsing when the last 10 bytes of a stream contain newlines
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/348
v0.39.0
- Reimplement FindAllTags RPC in Ruby