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-28 16:27:34 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-03-28 17:09:21 +0300
commit32303d54b728505277cdeef0f729697c4907435f (patch)
treee2e68211d354c24cc078870903fe7b7ce404fe70
parentb8218187c998326c859dee1244149cb0f2628d50 (diff)
repository: Start testing GetArchive with SHA256 object format
The `GetArchive()` RPC call works with the SHA256 object format now that `catfile.TreeEntries()` has become object format agnostic. Remove the build tag to start testing with SHA256.
-rw-r--r--internal/gitaly/service/repository/archive_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/gitaly/service/repository/archive_test.go b/internal/gitaly/service/repository/archive_test.go
index 418c23914..57277fa9e 100644
--- a/internal/gitaly/service/repository/archive_test.go
+++ b/internal/gitaly/service/repository/archive_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package repository
import (