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:
authorChristian Couder <chriscool@tuxfamily.org>2020-06-16 16:29:04 +0300
committerChristian Couder <chriscool@tuxfamily.org>2020-06-16 16:40:34 +0300
commit7929dc1fb1a809dfc733eca82538d818eeecb360 (patch)
treebc219e9ad2f0eb84772aaf658a996d89e067e91a /_support
parenta1bddf693fa258a3f8d97810fcfcfa07d43b15c0 (diff)
Fix default Git version in makegen.go
Diffstat (limited to '_support')
-rw-r--r--_support/makegen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index 12c408c2b..47957375d 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -336,7 +336,7 @@ func (gm *gitalyMake) GitDefaultRev() string {
// Gitaly defaults to a supported version for Git, which should be a
// valid tag in: https://gitlab.com/gitlab-org/gitlab-git/-/tags
- return "v2.26.2"
+ return "v2.27.0"
}
func (gm *gitalyMake) GitDefaultBuildJob() string {