summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GitRepo.hs2
-rw-r--r--debian/changelog2
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