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:
authorToon Claes <toon@gitlab.com>2021-09-01 19:16:42 +0300
committerToon Claes <toon@gitlab.com>2021-09-01 19:16:42 +0300
commitcfddeaf96d5d55bd91421cebb40bb2ab240eef96 (patch)
tree822db999b51fd2f5396f5a8b165a0b6672c678a4 /Makefile
parentd24e5ced4c9546a7e963c910dbc5dc82969c7d63 (diff)
parent94003d7d1a67ebc185feb0f7954707ad2866a035 (diff)
Merge branch 'pks-git-speed-up-connectivity-checks' into 'master'
git: Speed up connectivity checks Closes git#92 See merge request gitlab-org/gitaly!3810
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 66dc0a8f7..54154c18b 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,11 @@ ifndef GIT_PATCHES
# first to make sure your patches meet our acceptance criteria. Patches
# must be put into `_support/git-patches`.
GIT_PATCHES += 0001-fetch-pack-speed-up-loading-of-refs-via-commit-graph.patch
+ GIT_PATCHES += 0002-revision-separate-walk-and-unsorted-flags.patch
+ GIT_PATCHES += 0003-connected-do-not-sort-input-revisions.patch
+ GIT_PATCHES += 0004-revision-stop-retrieving-reference-twice.patch
+ GIT_PATCHES += 0005-commit-graph-split-out-function-to-search-commit-pos.patch
+ GIT_PATCHES += 0006-revision-avoid-hitting-packfiles-when-commits-are-in.patch
endif
ifndef GIT_BUILD_OPTIONS