diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-12 15:52:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-12 15:52:18 -0400 |
commit | 759f146d0fd5857cbbb796367c3dd8c695550b46 (patch) | |
tree | 86efbb534c747c7376e6ff62344a86665ab00995 /Annex.hs | |
parent | d257bad93c4ae6f8e6ef6a9c848e63d0f46eb225 (diff) |
update
Diffstat (limited to 'Annex.hs')
-rw-r--r-- | Annex.hs | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -22,12 +22,7 @@ import Backend import BackendList import UUID import LocationLog - --- git-annex's runtime state -data State = State { - repo :: GitRepo, - backends :: [Backend] -} +import Types {- An annexed file's content is stored somewhere under .git/annex/ -} annexDir :: GitRepo -> Key -> FilePath |