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
|
-- directory. Convert to absolute, and then convert the filenames
|
||||||
-- in its output back to relative.
|
-- in its output back to relative.
|
||||||
cwd <- getCurrentDirectory
|
cwd <- getCurrentDirectory
|
||||||
let absfiles = map (absPathFrom cwd) files
|
let absfiles = map (absPathFrom cwd) files
|
||||||
(_, s) <- pipeBoth "git" (toCommand params) $ join "\0" absfiles
|
(_, s) <- pipeBoth "git" (toCommand params) $ join "\0" absfiles
|
||||||
return $ map (topair $ cwd++"/") $ lines s
|
return $ map (topair $ cwd++"/") $ lines s
|
||||||
where
|
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
|
* Free space checking is now done, for transfers of data for keys
|
||||||
that have free space metadata. (Notably, not for SHA* keys generated
|
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
|
Linux, FreeBSD, and OSX; check compile-time messages to see if it
|
||||||
is not enabled for your OS.
|
is not enabled for your OS.
|
||||||
* Add annex.diskreserve config setting, to control how much free space
|
* Add annex.diskreserve config setting, to control how much free space
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue