diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-22 21:00:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 21:00:18 -0400 |
commit | 7051763b5b9ef4c230169a432384488d66078cee (patch) | |
tree | 8e648b99cd729f47af50ac901e6382171afb182c | |
parent | d12512bfc6f707e08afed97edafde5ee7d91a629 (diff) |
tweak
-rw-r--r-- | GitRepo.hs | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/GitRepo.hs b/GitRepo.hs index 4e4a063e8..ad58b28a0 100644 --- a/GitRepo.hs +++ b/GitRepo.hs @@ -450,7 +450,7 @@ checkAttr repo attr files = do -- directory. Convert to absolute, and then convert the filenames -- in its output back to relative. cwd <- getCurrentDirectory - let absfiles = map (absPathFrom cwd) files + let absfiles = map (absPathFrom cwd) files (_, s) <- pipeBoth "git" (toCommand params) $ join "\0" absfiles return $ map (topair $ cwd++"/") $ lines s where diff --git a/debian/changelog b/debian/changelog index 3738c7758..f124296cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ git-annex (0.20110321) UNRELEASED; urgency=low * Free space checking is now done, for transfers of data for keys that have free space metadata. (Notably, not for SHA* keys generated - with git-annex 0.24 or earlier.) The code is believed to work on + with git-annex 0.2x or earlier.) The code is believed to work on Linux, FreeBSD, and OSX; check compile-time messages to see if it is not enabled for your OS. * Add annex.diskreserve config setting, to control how much free space |