diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-30 14:56:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-30 14:56:31 -0400 |
commit | fdd455e913964200177530df085f2a7ad7c7f8b2 (patch) | |
tree | 50e2a38ac0f27a96cd9cae8c040bde06b34d36c1 /Locations.hs | |
parent | 06a0458ec8a8ab8fba3c7531c83aabcac74b2ea8 (diff) |
use same directory structure as .git/annex/objects for directory remotes
And same file perms.
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Locations.hs b/Locations.hs index 3cce4c261..8e10c36b4 100644 --- a/Locations.hs +++ b/Locations.hs @@ -20,6 +20,7 @@ module Locations ( gitAnnexUnusedLog, isLinkToAnnex, logFile, + hashDir, prop_idempotent_fileKey ) where |