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:
Diffstat (limited to 'internal/archive/flags.go')
-rw-r--r--internal/archive/flags.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/archive/flags.go b/internal/archive/flags.go
new file mode 100644
index 000000000..16e196c98
--- /dev/null
+++ b/internal/archive/flags.go
@@ -0,0 +1,5 @@
+//go:build !darwin
+
+package archive
+
+func extraFlags() []string { return nil }