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:
authorNick Thomas <nick@gitlab.com>2019-08-14 17:38:28 +0300
committerNick Thomas <nick@gitlab.com>2019-08-14 17:38:28 +0300
commit3cd40c4a807fef5f99c60853ab81f8729405e315 (patch)
tree2d644a6b3d4a2a57f4d94117b15b3a31cae1c97d /changelogs
parent03c8bb125573d3910689d10b979a6aa59b680ff6 (diff)
parent4e2bb4e5e7df1273a4d2fdd370b6c17a27c394d8 (diff)
Merge branch 'sh-optimize-commit-deltas-post-receive' into 'master'
Reduce Gitaly calls in PostReceive Closes #65878 See merge request gitlab-org/gitlab-ce!31741
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-optimize-commit-deltas-post-receive.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-optimize-commit-deltas-post-receive.yml b/changelogs/unreleased/sh-optimize-commit-deltas-post-receive.yml
new file mode 100644
index 00000000000..cd63b9bf425
--- /dev/null
+++ b/changelogs/unreleased/sh-optimize-commit-deltas-post-receive.yml
@@ -0,0 +1,5 @@
+---
+title: Reduce Gitaly calls in PostReceive
+merge_request: 31741
+author:
+type: performance