diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-22 17:53:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 17:53:40 -0400 |
commit | 368e20eb84fac8224a2ab33616cdd31f2c4d5ff1 (patch) | |
tree | cfbaf0fac1cf44bb0a8f62cebe12c51a6573fab2 /debian | |
parent | c21998722cb6a65993a3b72e66b225443cfce48b (diff) |
diskreserve setting
Add annex.diskreserve config setting, to control how much free space to
reserve for other purposes and avoid using (defaults to 1 mb).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e0927817a..88e0986a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ git-annex (0.20110321) UNRELEASED; urgency=low with git-annex 0.24 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 + to reserve for other purposes and avoid using (defaults to 1 mb). * Add --fast flag, that can enable less expensive, but also less thurough versions of some commands. * fsck: In fast mode, avoid checking checksums. |