fast mode
Add --fast flag, that can enable less expensive, but also less thurough versions of some commands. * Add --fast flag, that can enable less expensive, but also less thurough versions of some commands. * fsck: In fast mode, avoid checking checksums. * unused: In fast mode, just show all existing temp files as unused, and avoid expensive scan for other unused content.
This commit is contained in:
parent
aa2d8e33df
commit
c21998722c
6 changed files with 36 additions and 10 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -5,6 +5,11 @@ 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 --fast flag, that can enable less expensive, but also less thurough
|
||||
versions of some commands.
|
||||
* fsck: In fast mode, avoid checking checksums.
|
||||
* unused: In fast mode, just show all existing temp files as unused,
|
||||
and avoid expensive scan for other unused content.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 22 Mar 2011 16:52:00 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue