Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2019-03-29 13:31:57 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2019-03-29 13:31:57 +0300
commita7cf61355a45a67ef404eeec3e38738f997ef2ec (patch)
treef64b6940e63c2f88a431f24a0cf890614578444e /changelogs
parentfea9400ec8a2a31d582a425226494f5fb9f90495 (diff)
parent7a2325e43c1fe726b4affc544449a763fb52b9e7 (diff)
Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'
Allow ref name caching CommitService#find_commit Closes #57083 See merge request gitlab-org/gitlab-ce!26248
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-gitaly-find-commit-caching.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-gitaly-find-commit-caching.yml b/changelogs/unreleased/sh-fix-gitaly-find-commit-caching.yml
new file mode 100644
index 00000000000..16d349c407c
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-gitaly-find-commit-caching.yml
@@ -0,0 +1,5 @@
+---
+title: Allow ref name caching CommitService#find_commit
+merge_request: 26248
+author:
+type: performance