add GETAVAILABILITY to external special remote protocol
And some reworking of types, and added an annex-availability git config setting.
This commit is contained in:
parent
47d2ebd374
commit
c20f31a1ad
22 changed files with 99 additions and 26 deletions
11
Types/Availability.hs
Normal file
11
Types/Availability.hs
Normal file
|
@ -0,0 +1,11 @@
|
|||
{- git-annex remote availability
|
||||
-
|
||||
- Copyright 2014 Joey Hess <joey@kitenet.net>
|
||||
-
|
||||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Types.Availability where
|
||||
|
||||
data Availability = GloballyAvailable | LocallyAvailable
|
||||
deriving (Eq, Show, Read)
|
Loading…
Add table
Add a link
Reference in a new issue