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:
authorAhmad Sherif <me@ahmadsherif.com>2017-09-13 18:57:08 +0300
committerAhmad Sherif <me@ahmadsherif.com>2017-09-13 18:59:55 +0300
commitb3d9966e111b6cc4fb66ffd71a34d9a427714d48 (patch)
treeac9efb1f8c8164e757225eb977ab9355e16740bc /CHANGELOG.md
parent222f77398de776f44c224227edafe5657a9fe467 (diff)
Fix LastCommitForPath handling of tree root
Closes #563
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 bdc1f749f..60c0328a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
UNRELEASED
- Use context cancellation instead of command.Close
https://gitlab.com/gitlab-org/gitaly/merge_requests/332
+- Fix LastCommitForPath handling of tree root
+ https://gitlab.com/gitlab-org/gitaly/merge_requests/350
- 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