implement maxsize log and command
* maxsize: New command to tell git-annex how large the expected maximum size of a repository is. * vicfg: Include maxsize configuration.
This commit is contained in:
parent
d33ab4bbe4
commit
1265d7e5df
12 changed files with 119 additions and 6 deletions
11
Types/MaxSize.hs
Normal file
11
Types/MaxSize.hs
Normal file
|
@ -0,0 +1,11 @@
|
|||
{- git-annex maxsize type
|
||||
-
|
||||
- Copyright 2024 Joey Hess <id@joeyh.name>
|
||||
-
|
||||
- Licensed under the GNU AGPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Types.MaxSize where
|
||||
|
||||
newtype MaxSize = MaxSize Integer
|
||||
deriving (Show, Eq, Ord)
|
Loading…
Add table
Add a link
Reference in a new issue