diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-15 19:17:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-15 19:17:56 -0400 |
commit | 95d70575e71f519a9cea319fa77bb68aa18fc495 (patch) | |
tree | ecda0a5ee2952122c3cf2ac7eb98d80a04f5113e /debian | |
parent | 3e1db1805d5da0ea2c06cfdf7f5f8d0175014127 (diff) |
make --fast disable the numcopies stats
Looking up the location log for every key is not the fastest operation..
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e186f23aa..4ccf72e91 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,7 @@ git-annex (4.20130912) UNRELEASED; urgency=low sync. * addurl: Fix quvi audodetection, broken in last release. * status: In local mode, displays information about variance from configured - numcopies levels. + numcopies levels. (--fast avoids calculating these) -- Joey Hess <joeyh@debian.org> Thu, 12 Sep 2013 12:14:46 -0400 |