diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-23 13:42:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-23 13:42:26 -0400 |
commit | 487bdf0e24d34135da2e53bbcd2c97d892ed817a (patch) | |
tree | 635c3c89b2440917c1eec2938df286cf8838055b /Locations.hs | |
parent | ab8cb0598927414aa8eef0af6ea3da20aba9b78b (diff) |
add transfer scanned flag files
Diffstat (limited to 'Locations.hs')
-rw-r--r-- | Locations.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Locations.hs b/Locations.hs index 2606bef27..330645dfc 100644 --- a/Locations.hs +++ b/Locations.hs @@ -130,7 +130,7 @@ gitAnnexUnusedLog :: FilePath -> Git.Repo -> FilePath gitAnnexUnusedLog prefix r = gitAnnexDir r </> (prefix ++ "unused") {- .git/annex/transfer/ is used is used to record keys currently - - being transferred. -} + - being transferred, and other transfer bookkeeping info. -} gitAnnexTransferDir :: Git.Repo -> FilePath gitAnnexTransferDir r = addTrailingPathSeparator $ gitAnnexDir r </> "transfer" |