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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-09 08:49:46 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-09-09 15:53:04 +0300
commite7f5668a0d77fc4c1ba0d329ea8c8e758e73ff4f (patch)
treeae65d30b9c388e35cca51960b2e95a79cae602a1 /Makefile
parent229ba800d77e9a2baed1ee8fcd937ac0b094c3e0 (diff)
Makefile: Document existing Git patches
Add documentation on existing Git patches such that it is easy to tell what they do and when they have been merged into upstream's "next" branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index db5f4b46d..c88e6a088 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,10 @@ ifeq ($(origin GIT_PATCHES),undefined)
# Before adding custom patches, please read doc/PROCESS.md#Patching-git
# first to make sure your patches meet our acceptance criteria. Patches
# must be put into `_support/git-patches`.
+
+ # The following set of patches speeds up connectivity checks and thus
+ # pushes into Gitaly. They have been merged into next via a5619d4f8d (Merge
+ # branch 'ps/connectivity-optim', 2021-09-03)
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