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>2023-03-14 14:42:37 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-03-16 18:38:14 +0300
commitfca55b69d67ec270cb2c7ce25a21743e1b911178 (patch)
treea35e2f5ad44eea751da07070ada6fe1e29982902
parent559ce61fd44cf2e6e1e6dbbcfa4f01b87d911a80 (diff)
repository: Start testing CreateFork with the SHA256 object format
Remove the `!gitaly_testa_sha256` build tag so that we can start testing the CreateFork RPC with the SHA256 object format.
-rw-r--r--internal/gitaly/service/repository/create_fork_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gitaly/service/repository/create_fork_test.go b/internal/gitaly/service/repository/create_fork_test.go
index acbedb00f..a363ba3b5 100644
--- a/internal/gitaly/service/repository/create_fork_test.go
+++ b/internal/gitaly/service/repository/create_fork_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package repository
import (