diff options
| author | 2026-03-07 21:21:26 +0800 | |
|---|---|---|
| committer | 2026-03-07 21:21:26 +0800 | |
| commit | 344d0c4d3c968506f5641da40fce581ea5bcdbbc (patch) | |
| tree | b3a03c39dda50cee5154a756a57e4a9d1754d6ae /receivepack/options.go | |
| parent | receivepack: Add hooks (diff) | |
| signature | No signature | |
receivepack: Re-organize things around
Diffstat (limited to 'receivepack/options.go')
| -rw-r--r-- | receivepack/options.go | 8 |
1 files changed, 0 insertions, 8 deletions
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, |
