From 344d0c4d3c968506f5641da40fce581ea5bcdbbc Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 7 Mar 2026 21:21:26 +0800 Subject: receivepack: Re-organize things around --- receivepack/options.go | 8 -------- 1 file changed, 8 deletions(-) (limited to 'receivepack/options.go') diff --git a/receivepack/options.go b/receivepack/options.go index e39f83ba..f55fbad1 100644 --- a/receivepack/options.go +++ b/receivepack/options.go @@ -1,7 +1,6 @@ package receivepack import ( - "io/fs" "os" "codeberg.org/lindenii/furgit/objectid" @@ -9,13 +8,6 @@ import ( "codeberg.org/lindenii/furgit/refstore" ) -// PromotedObjectPermissions configures the destination permissions applied to -// objects and directories promoted out of quarantine. -type PromotedObjectPermissions struct { - DirMode fs.FileMode - FileMode fs.FileMode -} - // Options configures one receive-pack invocation. type Options struct { // GitProtocol is the raw Git protocol version string from the transport, -- cgit v1.3.1-10-gc9f91