tweak
This commit is contained in:
parent
d12512bfc6
commit
7051763b5b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue